Skip to content

Commit ec434a5

Browse files
committed
Bump build tools to 19.1 and android plugin to 0.11
This is to make the project compatible with Studio 0.6.x
1 parent 022ae66 commit ec434a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rxjava-contrib/rxjava-android-samples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:0.9.+'
8+
classpath 'com.android.tools.build:gradle:0.11.+'
99
}
1010
}
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Apr 05 11:18:06 CEST 2014
1+
#Sat Jun 07 16:12:40 CEST 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip

rxjava-contrib/rxjava-android-samples/samples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'android'
22

33
android {
44
compileSdkVersion 19
5-
buildToolsVersion "19.0.0"
5+
buildToolsVersion "19.1.0"
66

77
defaultConfig {
88
minSdkVersion 14

0 commit comments

Comments
 (0)