From 513ce5e3eb04d9bc85ae3acae8b49e58db9abd81 Mon Sep 17 00:00:00 2001 From: Dylan Graham Date: Fri, 16 Sep 2016 10:49:20 +1000 Subject: [PATCH 1/2] Build tools update --- .idea/codeStyleSettings.xml | 236 ----------------------- app/build.gradle | 8 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- 4 files changed, 7 insertions(+), 243 deletions(-) delete mode 100644 .idea/codeStyleSettings.xml diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index 4abac691..00000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 015b4791..2f8c1598 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.application' dependencies { - compile 'com.android.support:support-v13:23.2.1' - compile 'com.android.support:appcompat-v7:23.2.1' + compile 'com.android.support:support-v13:24.2.1' + compile 'com.android.support:appcompat-v7:24.2.1' compile 'io.reactivex:rxandroid:1.2.0' // Because RxAndroid releases are few and far between, it is recommended you also @@ -26,8 +26,8 @@ dependencies { } android { - compileSdkVersion 23 - buildToolsVersion '23.0.2' + compileSdkVersion 24 + buildToolsVersion '24.0.2' defaultConfig { applicationId "com.morihacky.android.rxjava" diff --git a/build.gradle b/build.gradle index facb0aa2..0b14d6ac 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.1.3' // 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 ed1a3ada..49d9ad2c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue May 17 07:54:26 PDT 2016 +#Fri Sep 16 10:44:21 AEST 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 From a4667e6a155f9fd3a256b97acdd449ff42be2918 Mon Sep 17 00:00:00 2001 From: Dylan Graham Date: Tue, 13 Dec 2016 16:06:16 +1100 Subject: [PATCH 2/2] sdk 25 --- app/build.gradle | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2cb6cd46..ca3a6b5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ apply plugin: 'me.tatarka.retrolambda' ext { okhttpVersion = "3.0.1" retrofitVersion = "2.0.0" - sdkVersion = 24 - supportLibVersion = "24.2.1" + sdkVersion = 25 + supportLibVersion = "25.0.1" } dependencies { @@ -71,7 +71,7 @@ dependencies { android { compileSdkVersion sdkVersion - buildToolsVersion '23.0.3' + buildToolsVersion '25.0.1' defaultConfig { applicationId "com.morihacky.android.rxjava" diff --git a/build.gradle b/build.gradle index 85ab3d95..2f3a56d0 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.android.tools.build:gradle:2.2.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files