We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ead331 + c88dd8e commit cd8d0ebCopy full SHA for cd8d0eb
1 file changed
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