Skip to content

Commit f25b6b4

Browse files
Use build-tools 26.0.2
1 parent 002ec04 commit f25b6b4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

android/build.gradle

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
apply plugin: "com.android.library"
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.1"
4+
compileSdkVersion 26
5+
buildToolsVersion "26.0.2"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 23
10-
versionCode 1
11-
versionName "1.0"
9+
targetSdkVersion 26
1210
}
1311
}
1412

@@ -35,6 +33,6 @@ allprojects {
3533

3634
dependencies {
3735
compile "com.facebook.react:react-native:+"
38-
compile "com.android.support:appcompat-v7:24.1.1"
39-
compile 'com.android.support:design:24.1.1'
36+
compile "com.android.support:appcompat-v7:26.1.0"
37+
compile 'com.android.support:design:26.1.0'
4038
}

0 commit comments

Comments
 (0)