TP-12345 | minSdk 21 → 23 (#437)

This commit is contained in:
Shivam Goyal
2024-05-14 11:27:47 -07:00
committed by GitHub
parent 2185006428
commit dfca665f7e
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ android {
defaultConfig {
applicationId "com.navi.uitron.demo"
minSdk 21
minSdk 23
targetSdk 33
versionCode VERSION_CODE
versionName VERSION_NAME

View File

@@ -8,7 +8,7 @@ android {
compileSdk 34
defaultConfig {
minSdk 24
minSdk 23
targetSdk 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -12,7 +12,7 @@ android {
compileSdk 34
defaultConfig {
minSdk 21
minSdk 23
targetSdk 33
consumerProguardFiles "consumer-rules.pro"