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 bd9e629 commit 9867143Copy full SHA for 9867143
.travis.yml
@@ -15,11 +15,11 @@ android:
15
components:
16
- tools
17
- platform-tools
18
- - build-tools-27.0.3
+ - build-tools-28.0.3
19
- extra-google-m2repository
20
- extra-android-m2repository
21
- android-22
22
- - android-27
+ - android-28
23
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
24
licenses:
25
- android-sdk-license-.+
gradle.properties
@@ -15,8 +15,8 @@
#Thu Mar 01 15:28:48 IST 2018
org.gradle.jvmargs=-Xmx1536M
android.enableBuildCache=true
-compileSdkVersion=android-27
-buildToolsVersion=27.0.3
+compileSdkVersion=android-28
+buildToolsVersion=28.0.3
SUPPORT_LIB_VERSION=27.1.1
KOTLIN_VERSION=1.2.60
0 commit comments