Skip to content

Commit e611291

Browse files
committed
Update AGP to 8.2.0-rc03
1 parent 7d3d0b4 commit e611291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
2-
id("com.android.library").version("8.2.0-rc02").apply(false)
2+
id("com.android.library").version("8.2.0-rc03").apply(false)
33
kotlin("multiplatform").version("1.9.20").apply(false)
44
id("io.gitlab.arturbosch.detekt") version "1.23.3"
5-
id("com.github.ben-manes.versions") version "0.49.0"
5+
id("com.github.ben-manes.versions") version "0.50.0"
66
}
77

88
tasks.register("clean", Delete::class) {
@@ -37,6 +37,6 @@ allprojects {
3737
detektPlugins("io.gitlab.arturbosch.detekt:detekt-rules-libraries:$detektVersion")
3838
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:$detektVersion")
3939
detektPlugins("com.braisgabin.detekt:kotlin-compiler-wrapper:0.0.4")
40-
detektPlugins("com.github.hbmartin:hbmartin-detekt-rules:0.1.1")
40+
detektPlugins("com.github.hbmartin:hbmartin-detekt-rules:0.1.3")
4141
}
4242
}

0 commit comments

Comments
 (0)