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

This commit is contained in:
Shivam Goyal
2024-11-11 15:13:01 +05:30
committed by GitHub
parent 7077e6c488
commit cbcce97346
2 changed files with 2 additions and 2 deletions

View File

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