Skip to content

Commit e4d4b7a

Browse files
committed
android min sdk 21
1 parent 62d43f9 commit e4d4b7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript-build-logic/src/main/kotlin/android-base-convention.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configure<BaseExtension> {
88
compileSdkVersion(36)
99

1010
defaultConfig {
11-
minSdk = 24
11+
minSdk = 21
1212
targetSdk = 36
1313
}
1414

javascript-build-logic/src/main/kotlin/detekt-convention.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ detekt {
1111
}
1212

1313
dependencies {
14-
detektPlugins(libs.safeLibrary("detekt-formatting"))
14+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8")
1515
}

0 commit comments

Comments
 (0)