File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
implementation(libs.compose.tooling.preview)
63
63
64
64
detektPlugins(" ru.kode:detekt-rules-compose:1.2.2" )
65
- detektPlugins(" io.nlopez.compose.rules:detekt:0.1.0 " )
65
+ detektPlugins(" io.nlopez.compose.rules:detekt:0.1.12 " )
66
66
detektPlugins(" io.gitlab.arturbosch.detekt:detekt-rules-libraries:${libs.versions.detekt.get()} " )
67
67
detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:${libs.versions.detekt.get()} " )
68
68
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 1.8.21 "
2
+ kotlin = " 1.8.22 "
3
3
dokka = " 1.8.20"
4
4
5
5
# # SDK Versions
@@ -12,16 +12,16 @@ android-gradle-plugin = "8.0.2"
12
12
gradle-versions = " 0.47.0"
13
13
detekt = " 1.23.0"
14
14
15
- accompanist = " 0.30.1 "
15
+ accompanist = " 0.31.5-beta "
16
16
androidx-activity-compose = " 1.7.2"
17
17
androidx-core = " 1.9.0"
18
18
androidx-lifecycle = " 2.6.1"
19
19
androidx-test-junit = " 1.1.5"
20
20
21
- compose = " 1.4.3 "
21
+ compose = " 1.5.0-beta03 "
22
22
# https://androidx.dev/storage/compose-compiler/repository/
23
23
# https://developer.android.com/jetpack/androidx/releases/compose-compiler
24
- composeCompiler = " 1.4.7 "
24
+ composeCompiler = " 1.4.8 "
25
25
26
26
kotlinx-coroutines = " 1.6.4"
27
27
kotlinx-collections-immutable = " 0.3.5"
You can’t perform that action at this time.
0 commit comments