TP-75366 | Neil | Alfred | Target SDK upgrade to 34 (#219)

This commit is contained in:
Neil Mehta
2024-08-08 19:37:35 +05:30
committed by GitHub
parent b2f60735d8
commit ae21b143a7
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId 'com.navi.alfred.demo'
minSdk 23
targetSdk 33
targetSdk 34
versionCode VERSION_CODE
versionName VERSION_NAME

View File

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