We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3195c0 commit 1800c54Copy full SHA for 1800c54
.travis.yml
@@ -19,7 +19,7 @@ android:
19
components:
20
- platform-tools
21
- tools
22
- - build-tools-25.0.1
+ - build-tools-26.0.1
23
- extra-google-m2repository
24
- extra-android-m2repository
25
- ${ANDROID_TARGET}
gradle.properties
@@ -3,7 +3,7 @@ gradleVersion = 2.3.3
3
supportLibVersion = 25.3.1
4
5
compileSdkVersion = android-25
6
-buildToolsVersion = 25.0.1
+buildToolsVersion = 26.0.1
7
8
minSdkVersion = 15
9
@@ -13,4 +13,4 @@ android.useDeprecatedNdk=true
13
# Library dependencies
14
BUTTERKNIFE_VERSION=8.6.0
15
16
-org.gradle.jvmargs=-Xmx1536M
+org.gradle.jvmargs=-Xmx1536M
0 commit comments