Skip to content

Commit bc1a2c0

Browse files
author
Yonah Forst
committed
bump target sdk version
1 parent 99ddde4 commit bc1a2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ buildscript {
1111
apply plugin: 'com.android.library'
1212

1313
android {
14-
compileSdkVersion 23
14+
compileSdkVersion 24
1515
buildToolsVersion "25.0.2"
1616

1717
defaultConfig {
1818
minSdkVersion 16
19-
targetSdkVersion 23
19+
targetSdkVersion 24
2020
versionCode 1
2121
versionName "1.0"
2222
}

0 commit comments

Comments
 (0)