Update build.gradle

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

View File

@@ -6,7 +6,7 @@ android {
compileSdkVersion 34 compileSdkVersion 34
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 19
targetSdk 34 targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"