Skip to content

Commit 0343979

Browse files
Update build-tools and gradle version
1 parent e0732af commit 0343979

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

android/build.gradle

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

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

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

@@ -17,7 +15,7 @@ buildscript {
1715
jcenter()
1816
}
1917
dependencies {
20-
classpath 'com.android.tools.build:gradle:2.2.3'
18+
classpath 'com.android.tools.build:gradle:2.3.3'
2119
}
2220
}
2321

@@ -33,8 +31,7 @@ allprojects {
3331
}
3432

3533
dependencies {
36-
// compile project(':react-native-nested-scroll-view')
3734
compile 'com.facebook.react:react-native:+'
38-
compile 'com.android.support:appcompat-v7:25.3.1'
39-
compile 'com.android.support:design:25.3.1'
35+
compile 'com.android.support:appcompat-v7:26.1.0'
36+
compile 'com.android.support:design:26.1.0'
4037
}

0 commit comments

Comments
 (0)