Skip to content

Commit cd8d0eb

Browse files
authored
Merge pull request #12 from kirandwarkan/master
Update build.gradle to Android API 28 SDK version
2 parents 5ead331 + c88dd8e commit cd8d0eb

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 25
5-
buildToolsVersion "25.0.1"
4+
compileSdkVersion 28
5+
buildToolsVersion "28.0.3"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 22
9+
targetSdkVersion 28
1010
versionCode 1
1111
versionName "1.0"
1212
ndk {
@@ -19,6 +19,6 @@ android {
1919
}
2020

2121
dependencies {
22-
compile 'com.facebook.react:react-native:0.20.+'
22+
implementation 'com.facebook.react:react-native:+'
2323
}
2424

0 commit comments

Comments
 (0)