set minSdkVersion to 24

This commit is contained in:
Konrad Pozniak 2020-06-12 19:36:32 +02:00
parent a9e5bb0a96
commit 93a31af6a6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ android {
compileSdkVersion(29)
defaultConfig {
applicationId = "at.connyduck.pixelcat"
minSdkVersion(23)
minSdkVersion(24)
targetSdkVersion(29)
versionCode = 1
versionName = "0.0"