Bump minSdk to 27

This commit drops support for Android 8. Android 8.1 will still have support though.
This commit is contained in:
SuperDragonXD
2023-12-17 20:26:03 +08:00
committed by GitHub
parent 67388b9bc6
commit a612e95159

View File

@@ -25,7 +25,7 @@ allprojects {
android {
compileSdk 34
defaultConfig {
minSdk 26
minSdk 27
targetSdk 34
vectorDrawables.useSupportLibrary = true
}