Skip to content

Commit

Permalink
feat: update to minSdk 21 (#4769)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jun 20, 2022
1 parent e35897f commit c508b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -217,7 +217,7 @@ android {
defaultConfig {
applicationId = "openfoodfacts.github.scrachx.openfood"

minSdk = 16
minSdk = 21
targetSdk = 31

versionCode = 582
Expand Down

0 comments on commit c508b43

Please sign in to comment.