Sfoglia il codice sorgente

bump target to v28

Andy Scherzinger 6 anni fa
parent
commit
3e2c4b1db0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -79,11 +79,11 @@ android {
         javaMaxHeapSize "4g"
     }
 
-    compileSdkVersion 27
+    compileSdkVersion 28
 
     defaultConfig {
         minSdkVersion 14
-        targetSdkVersion 27
+        targetSdkVersion 28
 
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"