Skip to content

Commit

Permalink
Merge pull request #1335 from mttkay/android-gradle-0.11
Browse files Browse the repository at this point in the history
Bump build tools to 19.1 and android plugin to 0.11
  • Loading branch information
benjchristensen committed Jun 12, 2014
2 parents 8326b76 + ec434a5 commit f7de6e9
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 f7de6e9

Please sign in to comment.