Skip to content

Commit f604926

Browse files
authored
Merge pull request philipphecht#114 from anvu69/anvu69-patch-1
upgrade build tools 25
2 parents b76e53b + 01f6d40 commit f604926

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

android/build.gradle

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

1414
android {
15-
compileSdkVersion 23
16-
buildToolsVersion "23.0.1"
15+
compileSdkVersion 25
16+
buildToolsVersion "25.0.0"
1717

1818
defaultConfig {
1919
minSdkVersion 16
20-
targetSdkVersion 22
20+
targetSdkVersion 26
2121
versionCode 1
2222
versionName "1.0"
2323
}
@@ -33,4 +33,4 @@ repositories {
3333
dependencies {
3434
compile 'com.facebook.react:react-native:+'
3535
}
36-
36+

0 commit comments

Comments
 (0)