NTP-11533 | Move Android minSdk support from 23 to 24 (#270)
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'com.navi.alfred.demo'
|
applicationId 'com.navi.alfred.demo'
|
||||||
minSdk 23
|
minSdk 24
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode VERSION_CODE
|
versionCode VERSION_CODE
|
||||||
versionName VERSION_NAME
|
versionName VERSION_NAME
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ android {
|
|||||||
compileSdk 34
|
compileSdk 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 23
|
minSdk 24
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
|
|
||||||
consumerProguardFiles "consumer-rules.pro"
|
consumerProguardFiles "consumer-rules.pro"
|
||||||
|
|||||||
Reference in New Issue
Block a user