Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 03f4b26

Browse files
author
Evgenii Kanivets
committed
Raise gradle version.
1 parent 60bf1b9 commit 03f4b26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.0.1'
7+
classpath 'com.android.tools.build:gradle:3.1.4'
88
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
99
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'
1010
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Nov 29 19:03:06 EET 2017
1+
#Wed Sep 05 21:01:23 CEST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)