We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08293d1 commit d481655Copy full SHA for d481655
android/build.gradle
@@ -1,12 +1,10 @@
1
apply plugin: 'com.android.library'
2
-
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion "23.0.3"
6
+ compileSdkVersion 28
+ buildToolsVersion "28.0.2"
7
defaultConfig {
8
minSdkVersion 16
9
- targetSdkVersion 23
+ targetSdkVersion 27
10
versionCode 1
11
versionName "1.0"
12
}
@@ -17,9 +15,8 @@ android {
17
15
18
16
19
20
21
dependencies {
22
compile fileTree(include: ['*.jar'], dir: 'libs')
23
- compile 'com.android.support:appcompat-v7:23.4.0'
+ compile 'com.android.support:appcompat-v7:28.0.0'
24
compile 'com.facebook.react:react-native:+'
25
0 commit comments