From 12793a1223f1e0b6a5ef0adee6bca94305b4faec Mon Sep 17 00:00:00 2001 From: Hugo Gresse Date: Thu, 15 Dec 2016 15:13:34 +0100 Subject: [PATCH] Update version and buildTools versions --- app/build.gradle | 26 ++++++++++++------------ build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 901f22d..6e1a79a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,14 +18,14 @@ repositories { android { compileSdkVersion 25 - buildToolsVersion "25.0.0" + buildToolsVersion "25.0.2" defaultConfig { applicationId "io.gresse.hugo.anecdote" minSdkVersion 16 targetSdkVersion 25 - versionCode 20 - versionName "1.1.2" + versionCode 21 + versionName "1.1.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -90,12 +90,12 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.0.1' - compile 'com.android.support:preference-v7:25.0.1' - compile 'com.android.support:preference-v14:25.0.1' - compile 'com.android.support:design:25.0.1' - compile 'com.android.support:recyclerview-v7:25.0.1' - compile 'com.android.support:customtabs:25.0.1' + compile 'com.android.support:appcompat-v7:25.1.0' + compile 'com.android.support:preference-v7:25.1.0' + compile 'com.android.support:preference-v14:25.1.0' + compile 'com.android.support:design:25.1.0' + compile 'com.android.support:recyclerview-v7:25.1.0' + compile 'com.android.support:customtabs:25.1.0' compile 'com.squareup.okhttp3:okhttp:3.4.1' compile 'org.greenrobot:eventbus:3.0.0' compile 'com.google.code.gson:gson:2.6.2' @@ -118,10 +118,10 @@ dependencies { testCompile 'junit:junit:4.12' - androidTestCompile 'com.android.support:support-annotations:24.2.1' - androidTestCompile 'com.android.support:appcompat-v7:25.0.1' - androidTestCompile 'com.android.support:design:25.0.1' - androidTestCompile 'com.android.support:recyclerview-v7:25.0.1' + androidTestCompile 'com.android.support:support-annotations:25.1.0' + androidTestCompile 'com.android.support:appcompat-v7:25.1.0' + androidTestCompile 'com.android.support:design:25.1.0' + androidTestCompile 'com.android.support:recyclerview-v7:25.1.0' // Android JUnit Runner androidTestCompile 'com.android.support.test:runner:0.5' // JUnit4 Rules diff --git a/build.gradle b/build.gradle index 317f714..f3d3ee2 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } 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 ff07059..5f794c9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Oct 24 13:27:43 CEST 2016 +#Thu Dec 15 13:46:04 CET 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