Skip to content

Commit 1efe791

Browse files
alexeypodolianmarcshilling
authored andcommitted
Update build.gradle (react-native-image-picker#535)
1 parent e644eac commit 1efe791

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
@@ -20,12 +20,12 @@ buildscript {
2020
apply plugin: 'com.android.library'
2121

2222
android {
23-
compileSdkVersion 23
24-
buildToolsVersion "23.0.1"
23+
compileSdkVersion 25
24+
buildToolsVersion "25.0.2"
2525

2626
defaultConfig {
2727
minSdkVersion 16
28-
targetSdkVersion 23
28+
targetSdkVersion 25
2929
versionCode 1
3030
versionName computeVersionName()
3131
}

0 commit comments

Comments
 (0)