@@ -11,7 +11,6 @@ plugins {
11
11
}
12
12
13
13
dependencies {
14
- val composeVersion = " 1.8.2" // Update requires Kotlin 2.
15
14
val livecycleVersion = " 2.8.7" // Update requires Kotlin 2.
16
15
val androidXActivityVersion = " 1.10.1"
17
16
@@ -36,21 +35,21 @@ dependencies {
36
35
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3" ) // Update requires Kotlin 2.
37
36
implementation(" androidx.window:window:1.4.0" )
38
37
implementation(" androidx.window:window-core:1.4.0" )
39
- implementation(" androidx.compose.material3:material3-android:1.3.2 " )
38
+ implementation(" androidx.compose.material3:material3-android" )
40
39
implementation(platform(" androidx.compose:compose-bom:2025.07.00" )) // Update requires Kotlin 2.
41
- implementation(" androidx.compose.foundation:foundation-android: $composeVersion " )
42
- implementation(" androidx.compose.runtime:runtime-livedata: $composeVersion " )
43
- implementation(" androidx.compose.ui:ui-tooling-preview-android: $composeVersion " )
44
- implementation(" androidx.compose.material:material: $composeVersion " )
40
+ implementation(" androidx.compose.foundation:foundation-android" )
41
+ implementation(" androidx.compose.runtime:runtime-livedata" )
42
+ implementation(" androidx.compose.ui:ui-tooling-preview-android" )
43
+ implementation(" androidx.compose.material:material" )
45
44
46
- debugImplementation(" androidx.compose.ui:ui-tooling: $composeVersion " )
47
- debugImplementation(" androidx.compose.ui:ui-test-manifest: $composeVersion " )
45
+ debugImplementation(" androidx.compose.ui:ui-tooling" )
46
+ debugImplementation(" androidx.compose.ui:ui-test-manifest" )
48
47
49
48
androidTestImplementation(" androidx.test:runner:1.7.0" )
50
49
androidTestImplementation(" androidx.test:rules:1.7.0" )
51
50
androidTestImplementation(" androidx.test.ext:junit:1.3.0" )
52
51
androidTestImplementation(" androidx.arch.core:core-testing:2.2.0" )
53
- androidTestImplementation(" androidx.compose.ui:ui-test-junit4: $composeVersion " )
52
+ androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
54
53
androidTestImplementation(" io.mockk:mockk-android:1.14.0" ) // Update requires Kotlin 2
55
54
}
56
55
0 commit comments