fix: Add minSdk to all extension projects

This commit is contained in:
kitadai31 2026-02-26 03:10:16 +09:00
parent 68783c0563
commit a23c83eb73
38 changed files with 105 additions and 88 deletions

View file

@ -6,11 +6,6 @@ dependencies {
android {
defaultConfig {
minSdk = 21
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
minSdk = 24
}
}