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

This commit is contained in:
Shivam Goyal
2024-11-12 18:36:07 +05:30
committed by GitHub
parent 2e0e9fdb2f
commit fbc9367132
563 changed files with 903 additions and 1017 deletions

View File

@@ -9,7 +9,7 @@ android {
compileSdk 34
defaultConfig {
minSdk 23
minSdk 24
targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"