Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
With react-native 0.59.9 the Android build is broken. This will fix it.
  • Loading branch information
Amedeo Zucchetti authored Jun 19, 2019
1 parent 4332371 commit 2bc4648
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
compileSdkVersion 28
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 26
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 2bc4648

Please sign in to comment.