Explorar el Código

bump target sdk version

Yonah Forst hace 8 años
padre
commit
bc1a2c00a0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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"
     }