Skip to content

Commit

Permalink
Bump build tools to 19.1 and android plugin to 0.11
Browse files Browse the repository at this point in the history
This is to make the project compatible with Studio 0.6.x
  • Loading branch information
mttkay committed Jun 7, 2014
1 parent 022ae66 commit ec434a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rxjava-contrib/rxjava-android-samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:0.11.+'
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Apr 05 11:18:06 CEST 2014
#Sat Jun 07 16:12:40 CEST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
2 changes: 1 addition & 1 deletion rxjava-contrib/rxjava-android-samples/samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android'

android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
buildToolsVersion "19.1.0"

defaultConfig {
minSdkVersion 14
Expand Down

0 comments on commit ec434a5

Please sign in to comment.