File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 11apply plugin : " com.android.library"
22
33android {
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
3533dependencies {
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}
You can’t perform that action at this time.
0 commit comments