Skip to content

Commit

Permalink
Merge pull request #46 from zuccha/patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
GantMan authored Jun 19, 2019
2 parents 4332371 + 2bc4648 commit 05e3941
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 05e3941

Please sign in to comment.