Skip to content

Commit 443b0ef

Browse files
committed
upd_build_tools
1 parent 48120c4 commit 443b0ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 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
15-
buildToolsVersion "23.0.1"
14+
compileSdkVersion 25
15+
buildToolsVersion "25.0.3"
1616

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

0 commit comments

Comments
 (0)