We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f995c4d commit ff84945Copy full SHA for ff84945
.travis.yml
@@ -9,7 +9,7 @@ env:
9
10
android:
11
components:
12
- - build-tools-27.0.1
+ - build-tools-27.0.3
13
14
jdk:
15
- oraclejdk8
gradle.properties
@@ -48,7 +48,7 @@ KOTLIN_VERSION = 1.2.0
48
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
49
# Android Environment (common)
50
COMPILE_SDK_VERSION = android-27
51
-BUILD_TOOLS_VERSION = 27.0.1
+BUILD_TOOLS_VERSION = 27.0.3
52
TARGET_SDK_VERSION = 27
53
54
# Android Environment (sample)
0 commit comments