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

@@ -13,7 +13,7 @@ android {
compileSdk 34
defaultConfig {
minSdk 23
minSdk 24
targetSdk 34
consumerProguardFiles "consumer-rules.pro"