Browse Source

bump target sdk version

Yonah Forst 8 years ago
parent
commit
bc1a2c00a0
1 changed files with 2 additions and 2 deletions
  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"
     }