Skip to content

Commit 1800c54

Browse files
committed
Use build tools version 26.0.1
1 parent f3195c0 commit 1800c54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android:
1919
components:
2020
- platform-tools
2121
- tools
22-
- build-tools-25.0.1
22+
- build-tools-26.0.1
2323
- extra-google-m2repository
2424
- extra-android-m2repository
2525
- ${ANDROID_TARGET}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gradleVersion = 2.3.3
33
supportLibVersion = 25.3.1
44

55
compileSdkVersion = android-25
6-
buildToolsVersion = 25.0.1
6+
buildToolsVersion = 26.0.1
77

88
minSdkVersion = 15
99

@@ -13,4 +13,4 @@ android.useDeprecatedNdk=true
1313
# Library dependencies
1414
BUTTERKNIFE_VERSION=8.6.0
1515

16-
org.gradle.jvmargs=-Xmx1536M
16+
org.gradle.jvmargs=-Xmx1536M

0 commit comments

Comments
 (0)