Skip to content

Commit d536354

Browse files
authored
chore: Upgrade gradle (#20)
chore: Upgrade gradle
2 parents 9155dcd + ce00f2f commit d536354

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)