NTP-11533 | Move Android minSdk support from 23 to 24 (#617)

This commit is contained in:
Shivam Goyal
2024-11-11 16:09:45 +05:30
committed by GitHub
parent 92a71741d5
commit 17252214e1
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ android {
defaultConfig {
applicationId "com.navi.uitron.demo"
minSdk 23
minSdk 24
targetSdk 34
versionCode VERSION_CODE
versionName VERSION_NAME

View File

@@ -25,7 +25,7 @@ kotlin = "2.0.21"
ksp = "2.0.21-1.0.26"
lottie = "6.4.1"
mvel2 = "2.4.15.Final"
navi-alfred = "1.17.0"
navi-alfred = "1.18.0"
navigation-compose = "2.6.0"
okhttp-bom = "4.12.0"
retrofit = "2.11.0"

View File

@@ -14,7 +14,7 @@ android {
compileSdk 34
defaultConfig {
minSdk 23
minSdk 24
targetSdk 34
consumerProguardFiles "consumer-rules.pro"