瀏覽代碼

bump target sdk version

Yonah Forst 7 年之前
父節點
當前提交
bc1a2c00a0
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      android/build.gradle

+ 2
- 2
android/build.gradle 查看文件

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