diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2016-10-16 18:18:12 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2016-10-16 18:25:46 +0200 |
commit | ab6c7555fcac27718716fa7a38157b7597ea3f15 (patch) | |
tree | 183b856d70302262540661e455bdf25da591fb8b | |
parent | 1e658042cfb4ce428904a28844339de67d2123ee (diff) |
Gradle update
-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 32e51710..ae0374df 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.android.tools.build:gradle:2.2.1' // 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 0382bcd4..f47db609 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Apr 25 22:29:04 CEST 2016 +#Sun Sep 11 15:19:04 CEST 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip |