Skip to content

Commit c695f9c

Browse files
Update build-tools and gradle version
1 parent 515a61f commit c695f9c

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

android/build.gradle

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,26 @@
1-
buildscript {
2-
repositories {
3-
jcenter()
4-
}
5-
6-
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.2.3'
8-
}
9-
}
10-
111
apply plugin: 'com.android.library'
122

133
android {
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

3222
dependencies {
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
}

0 commit comments

Comments
 (0)