diff options
author | zeapo <mohamed@zenadi.com> | 2017-05-08 12:08:00 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-05-08 12:08:00 +0200 |
commit | 87a26c88080ee39735131b5b6c78c993dc2d2c23 (patch) | |
tree | 8ff2a9a2f84b2fcd6b3dfb4da89e584b0977342f | |
parent | 044494ac4c039a50e4ff07e17c64f3d986a14c31 (diff) |
update gradle
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index a2122714..a74cca08 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.3' + classpath 'com.android.tools.build:gradle:2.3.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f47db609..ef1ceb78 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Sep 11 15:19:04 CEST 2016 +#Sun Apr 16 22:11:56 CEST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip |