Skip to content

Commit

Permalink
Upgrade build tools & Gradle Plugin. Fixes #534 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfs authored Dec 4, 2017
1 parent c32224c commit 5801ccc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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
SUPPORT_LIBRARY_VERSION=25.0.1
SUPPORT_LIBRARY_VERSION=25.4.0
CONTENTPAL_VERSION=3effe48
ROBOLECTRIC_VERSION=3.1.4
JEMS_VERSION=1.13
Expand Down

0 comments on commit 5801ccc

Please sign in to comment.