NTP-15432 | Move to compileSdk 35 (#277)

This commit is contained in:
Shivam Goyal
2024-11-26 01:38:57 +05:30
committed by GitHub
parent aa75748af6
commit 8465e1cc68
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ def VERSION_NAME = "1.0.0"
android { android {
namespace 'com.navi.alfred.demo' namespace 'com.navi.alfred.demo'
compileSdk 34 compileSdk 35
defaultConfig { defaultConfig {
applicationId 'com.navi.alfred.demo' applicationId 'com.navi.alfred.demo'

View File

@@ -10,7 +10,7 @@ def VERSION = "1.18.0"
android { android {
namespace 'com.navi.alfred' namespace 'com.navi.alfred'
compileSdk 34 compileSdk 35
defaultConfig { defaultConfig {
minSdk 24 minSdk 24