set proper minSdk

This commit is contained in:
Cloudburst 2022-08-10 21:45:48 +02:00 committed by GitHub
parent 51101ae3b3
commit f523f63ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ subprojects {
compileSdkVersion(30)
defaultConfig {
minSdk = 24
minSdk = 21
targetSdk = 30
}