Update build.gradle

changed minsdk to 19
This commit is contained in:
Dev-ClayP
2025-07-09 10:40:13 -04:00
committed by GitHub
parent 05fc6f87ec
commit 43f7e08548

View File

@@ -9,7 +9,7 @@ android {
ndkVersion "21.4.7075529" ndkVersion "21.4.7075529"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 19
targetSdkVersion 34 targetSdkVersion 34
multiDexEnabled true multiDexEnabled true