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

Commit a8d1db5

Browse files
author
Evgenii Kanivets
committed
Update gradle to 2.3.3.
1 parent 350a823 commit a8d1db5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.2.3'
6+
classpath 'com.android.tools.build:gradle:2.3.3'
77
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
8-
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.2'
8+
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'
99
}
1010
}
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Aug 24 14:58:14 GMT+02:00 2016
1+
#Thu Jul 27 13:57:32 EEST 2017
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-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 commit comments

Comments
 (0)