Skip to content

Commit

Permalink
Update Android SDK Build Tools to version 24.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davivel committed Aug 29, 2016
1 parent 5534fe0 commit ea56a4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android:
# second 'tools' updates SDK tools 'til last version ** in remote repository number 11 ** (current last one)
- tools
- platform-tools
- build-tools-24.0.1
- build-tools-24.0.2
- android-24
- extra-android-m2repository
# INSTRUMENTED TESTS ARE DISABLED - until Google or Travis fix the mess with emulation, only local tests are enabled
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tasks.withType(Test) {

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion "24.0.2"

defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion oc_jb_workaround/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion "24.0.2"

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion owncloud-android-library

0 comments on commit ea56a4a

Please sign in to comment.