Skip to content

Commit b77882c

Browse files
committed
set build tools to identical version
1 parent afcf19a commit b77882c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: android
22
android:
33
components:
44
- tools
5-
- build-tools-27.0.3
5+
- build-tools-26.0.3
66
- android-27
77

88
jdk:

library/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ def GROUP="eu.codlab.simplepromise"
1717

1818
android {
1919
compileSdkVersion 26
20-
21-
20+
buildToolsVersion "26.0.3"
2221

2322
defaultConfig {
2423
minSdkVersion 14

0 commit comments

Comments
 (0)