Skip to content

Commit

Permalink
Upgrade build tools & Gradle Plugin. Fixes #534
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfs committed Dec 4, 2017
1 parent c32224c commit fb989c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android:
- tools
- platform-tools
- tools
- build-tools-26.0.2
- build-tools-27.0.1
- android-24
- android-25
- android-26
Expand All @@ -22,4 +22,4 @@ before_script:

script:
- android list target
- ./gradlew connectedAndroidTest
- ./gradlew connectedAndroidTest
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COMPILE_SDK_VERSION=25
BUILD_TOOLS_VERSION=26.0.2
BUILD_TOOLS_VERSION=27.0.1
MIN_SDK_VERSION=9
TARGET_SDK_VERSION=25
# dependency versions
Expand Down

0 comments on commit fb989c6

Please sign in to comment.