소스 검색

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
     }