File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
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
88tasks.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}
You can’t perform that action at this time.
0 commit comments