Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
[build] Update to latest build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasr committed Jul 4, 2014
1 parent 9ddf862 commit c42d5c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:0.12.+'
}
}

2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "19.0.2"
buildToolsVersion '19.1.0'
}

apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "19.0.2"
buildToolsVersion '19.1.0'
}

0 comments on commit c42d5c0

Please sign in to comment.