Skip to content

Commit

Permalink
android: lower minSdk to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Dec 16, 2020
1 parent a65ed84 commit e392943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "info.czekanski.avocado"
minSdkVersion 24
minSdkVersion 21
targetSdkVersion 28
versionCode 100
versionName "0.1.0"
Expand Down

0 comments on commit e392943

Please sign in to comment.