TP-75366 | Neil | UiTron | Target SDK upgrade to 34 (#531)

This commit is contained in:
Neil Mehta
2024-08-08 19:38:14 +05:30
committed by GitHub
parent dff52bd75d
commit 08d8dca2a2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -13,7 +13,7 @@ android {
defaultConfig {
minSdk 23
targetSdk 33
targetSdk 34
consumerProguardFiles "consumer-rules.pro"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"