update minSdk 21 -> 23

This commit is contained in:
Sergey Vlasenko 2023-09-06 16:31:07 +03:00
parent 6eeb9c8b99
commit 7eefe8bf5c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
rootProject.ext {
compileSdk = 31
minSdk = 21
minSdk = 23
targetSdk = 31
}

View File

@ -8,7 +8,7 @@ android {
compileSdkVersion(31)
defaultConfig {
minSdkVersion(21)
minSdkVersion(23)
targetSdkVersion(31)
}