Browse Source

bump target sdk version

Yonah Forst 7 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 View File

11
 apply plugin: 'com.android.library'
11
 apply plugin: 'com.android.library'
12
 
12
 
13
 android {
13
 android {
14
-    compileSdkVersion 23
14
+    compileSdkVersion 24
15
     buildToolsVersion "25.0.2"
15
     buildToolsVersion "25.0.2"
16
 
16
 
17
     defaultConfig {
17
     defaultConfig {
18
         minSdkVersion 16
18
         minSdkVersion 16
19
-        targetSdkVersion 23
19
+        targetSdkVersion 24
20
         versionCode 1
20
         versionCode 1
21
         versionName "1.0"
21
         versionName "1.0"
22
     }
22
     }