Skip to content

Commit

Permalink
Use build tools version 26.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whym committed Aug 24, 2017
1 parent f3195c0 commit 1800c54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android:
components:
- platform-tools
- tools
- build-tools-25.0.1
- build-tools-26.0.1
- extra-google-m2repository
- extra-android-m2repository
- ${ANDROID_TARGET}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gradleVersion = 2.3.3
supportLibVersion = 25.3.1

compileSdkVersion = android-25
buildToolsVersion = 25.0.1
buildToolsVersion = 26.0.1

minSdkVersion = 15

Expand All @@ -13,4 +13,4 @@ android.useDeprecatedNdk=true
# Library dependencies
BUTTERKNIFE_VERSION=8.6.0

org.gradle.jvmargs=-Xmx1536M
org.gradle.jvmargs=-Xmx1536M

0 comments on commit 1800c54

Please sign in to comment.