Skip to content

Commit

Permalink
Downgrade minSdk to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellogalhardo committed Sep 7, 2021
1 parent b65d8ea commit 50a2a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fun configureAndroidBaseExtension(extension: BaseExtension) = with(extension) {
compileSdkVersion(31)

defaultConfig {
minSdk = 24
minSdk = 21
targetSdk = 31
versionCode = 1
versionName = "1.0"
Expand Down

0 comments on commit 50a2a2a

Please sign in to comment.