Skip to content

Commit ce00f2f

Browse files
committed
chore: upgrade gradle
1 parent 9155dcd commit ce00f2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
1313

1414
android {
1515
compileSdkVersion 23
16-
buildToolsVersion "23.0.1"
16+
buildToolsVersion "28.0.3"
1717

1818
defaultConfig {
1919
minSdkVersion 16
@@ -31,6 +31,5 @@ repositories {
3131
}
3232

3333
dependencies {
34-
compile 'com.facebook.react:react-native:+'
34+
implementation 'com.facebook.react:react-native:+'
3535
}
36-

0 commit comments

Comments
 (0)