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
1 changed files with 1 additions and 1 deletions

View File

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