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 5ead331 commit c88dd8eCopy full SHA for c88dd8e
android/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion "25.0.1"
+ compileSdkVersion 28
+ buildToolsVersion "28.0.3"
6
7
defaultConfig {
8
minSdkVersion 16
9
- targetSdkVersion 22
+ targetSdkVersion 28
10
versionCode 1
11
versionName "1.0"
12
ndk {
@@ -19,6 +19,6 @@ android {
19
}
20
21
dependencies {
22
- compile 'com.facebook.react:react-native:0.20.+'
+ implementation 'com.facebook.react:react-native:+'
23
24
0 commit comments