Set Min-SDK Version to 23 to include Android 6 (hope it works)
This commit is contained in:
parent
a11c862ecc
commit
af99608dd6
|
@ -14,7 +14,7 @@ sqlDelight = "2.0.2"
|
||||||
|
|
||||||
agp = "8.5.2"
|
agp = "8.5.2"
|
||||||
android-compileSdk = "34"
|
android-compileSdk = "34"
|
||||||
android-minSdk = "24"
|
android-minSdk = "23"
|
||||||
android-targetSdk = "34"
|
android-targetSdk = "34"
|
||||||
androidx-activityCompose = "1.9.1"
|
androidx-activityCompose = "1.9.1"
|
||||||
androidx-appcompat = "1.7.0"
|
androidx-appcompat = "1.7.0"
|
||||||
|
|
Loading…
Reference in New Issue