Skip to content

Commit

Permalink
Merge pull request #25 from Darapsas/hotfix/minsdk-version-bump-up
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger authored Nov 2, 2021
2 parents ddfc41f + d12e19a commit 4201a7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
buildToolsVersion getExtOrDefault('buildToolsVersion')
defaultConfig {
minSdkVersion 16
minSdkVersion 21
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName "1.0"

}

buildTypes {
Expand Down

0 comments on commit 4201a7f

Please sign in to comment.