File tree Expand file tree Collapse file tree 1 file changed +12
-22
lines changed Expand file tree Collapse file tree 1 file changed +12
-22
lines changed Original file line number Diff line number Diff line change 1- buildscript {
2- repositories {
3- jcenter()
4- }
5-
6- dependencies {
7- classpath ' com.android.tools.build:gradle:2.2.3'
8- }
9- }
10-
111apply plugin : ' com.android.library'
122
133android {
14- compileSdkVersion 25
15- buildToolsVersion " 23 .0.1 "
4+ compileSdkVersion 26
5+ buildToolsVersion " 26 .0.2 "
166
177 defaultConfig {
188 minSdkVersion 16
19- targetSdkVersion 25
20- versionCode 1
21- versionName " 1.0"
22- }
23- lintOptions {
24- abortOnError false
9+ targetSdkVersion 26
2510 }
2611}
2712
28- repositories {
29- mavenCentral()
13+ buildscript {
14+ repositories {
15+ jcenter()
16+ }
17+ dependencies {
18+ classpath ' com.android.tools.build:gradle:2.3.3'
19+ }
3020}
3121
3222dependencies {
3323 compile ' com.facebook.react:react-native:+'
34- compile ' com.android.support:appcompat-v7:25.3.1 '
35- compile ' com.android.support:design:25.3.1 '
24+ compile ' com.android.support:appcompat-v7:26.1.0 '
25+ compile ' com.android.support:design:26.1.0 '
3626}
You can’t perform that action at this time.
0 commit comments