Эх сурвалжийг харах

Update kotlin and build tools

inorichi 6 жил өмнө
parent
commit
024a457250
2 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 1 1
      .travis.yml
  2. 2 2
      app/build.gradle

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 language: android
 android:
   components:
-  - build-tools-27.0.3
+  - build-tools-28.0.3
   - android-27
   - extra-android-m2repository
   - extra-google-m2repository

+ 2 - 2
app/build.gradle

@@ -30,7 +30,7 @@ ext {
 
 android {
     compileSdkVersion 27
-    buildToolsVersion '27.0.3'
+    buildToolsVersion '28.0.3'
     publishNonDefault true
 
     defaultConfig {
@@ -236,7 +236,7 @@ dependencies {
 }
 
 buildscript {
-    ext.kotlin_version = '1.2.60'
+    ext.kotlin_version = '1.2.71'
     repositories {
         mavenCentral()
     }