Skip to content

Commit d481655

Browse files
authored
Changed: Android SDK 28 support
1 parent 08293d1 commit d481655

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

android/build.gradle

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
apply plugin: 'com.android.library'
2-
32
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.3"
6-
3+
compileSdkVersion 28
4+
buildToolsVersion "28.0.2"
75
defaultConfig {
86
minSdkVersion 16
9-
targetSdkVersion 23
7+
targetSdkVersion 27
108
versionCode 1
119
versionName "1.0"
1210
}
@@ -17,9 +15,8 @@ android {
1715
}
1816
}
1917
}
20-
2118
dependencies {
2219
compile fileTree(include: ['*.jar'], dir: 'libs')
23-
compile 'com.android.support:appcompat-v7:23.4.0'
20+
compile 'com.android.support:appcompat-v7:28.0.0'
2421
compile 'com.facebook.react:react-native:+'
2522
}

0 commit comments

Comments
 (0)