Procházet zdrojové kódy

bump target sdk version

Yonah Forst před 8 roky
rodič
revize
bc1a2c00a0
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      android/build.gradle

+ 2 - 2
android/build.gradle

@@ -11,12 +11,12 @@ buildscript {
 apply plugin: 'com.android.library'
 
 android {
-    compileSdkVersion 23
+    compileSdkVersion 24
     buildToolsVersion "25.0.2"
 
     defaultConfig {
         minSdkVersion 16
-        targetSdkVersion 23
+        targetSdkVersion 24
         versionCode 1
         versionName "1.0"
     }