Skip to content

Commit 3d8b7ad

Browse files
committed
update build.gradle to fit react-native build.gradle https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle
1 parent 31243df commit 3d8b7ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +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.3"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 22
9+
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -21,6 +21,6 @@ android {
2121
dependencies {
2222
compile fileTree(dir: 'libs', include: ['*.jar'])
2323
testCompile 'junit:junit:4.12'
24-
compile 'com.android.support:appcompat-v7:23.0.1'
24+
compile 'com.android.support:appcompat-v7:26.1.0'
2525
compile "com.facebook.react:react-native:+" // From node_modules
2626
}

0 commit comments

Comments
 (0)