Update miniSdk to 19

This commit is contained in:
JarvanMo
2023-09-03 12:32:28 +08:00
committed by GitHub
parent ffef447712
commit 5ef94a3837

View File

@ -38,7 +38,7 @@ android {
}
defaultConfig {
minSdkVersion 16
minSdkVersion 19
consumerProguardFiles 'consumer-proguard-rules.txt'
}
@ -129,4 +129,4 @@ tasks.withType(JavaCompile) { javaCompile ->
javaCompile.configure {
dependsOn("generateFluwxHelperFile")
}
}
}