update minSdk 21 -> 23 #3

Closed
sergey.vlasenko wants to merge 1 commits from feature/up_minsdk into licard-dev
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7eefe8bf5c - Show all commits

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)
}