Selaa lähdekoodia

Upgrade compileSdkVersion to 28

Wayne 4 vuotta sitten
vanhempi
commit
cc5291a9e4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -15,7 +15,7 @@ repositories {
 apply plugin: 'com.android.library'
 apply plugin: 'com.android.library'
 
 
 android {
 android {
-    compileSdkVersion 27
+    compileSdkVersion 28
 
 
     compileOptions {
     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8
         sourceCompatibility JavaVersion.VERSION_1_8