@@ -54,10 +54,11 @@ tasks.withType<KotlinCompile>().configureEach {
54
54
)
55
55
}
56
56
}
57
- val compose_version = " 1.6.7"
57
+ val compose_version = libs.versions.compose.version.get()
58
+
58
59
dependencies {
59
60
implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.jar" ))))
60
- implementation(" androidx.activity:activity-compose:1.9.0 " )
61
+ implementation(" androidx.activity:activity-compose:1.9.2 " )
61
62
implementation(" androidx.appcompat:appcompat:1.7.0" )
62
63
implementation(" androidx.compose.animation:animation-core:$compose_version " )
63
64
implementation(" androidx.compose.animation:animation:$compose_version " )
@@ -75,7 +76,7 @@ dependencies {
75
76
implementation(" androidx.compose.ui:ui-tooling:$compose_version " )
76
77
implementation(" androidx.compose.ui:ui:$compose_version " )
77
78
implementation(" androidx.core:core-ktx:1.13.1" )
78
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.1 " )
79
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.5 " )
79
80
implementation(" com.google.android.material:material:1.12.0" )
80
81
implementation(" androidx.compose.ui:ui-viewbinding:$compose_version " )
81
82
implementation(" androidx.compose.ui:ui-text:$compose_version " )
@@ -84,17 +85,17 @@ dependencies {
84
85
implementation(" androidx.constraintlayout:constraintlayout-compose:1.0.1" )
85
86
86
87
testImplementation(" junit:junit:4.13.2" )
87
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5 .1" )
88
- androidTestImplementation(" androidx.test:runner:1.5 .2" )
88
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6 .1" )
89
+ androidTestImplementation(" androidx.test:runner:1.6 .2" )
89
90
androidTestImplementation(" androidx.compose.ui:ui-test-junit4:$compose_version " )
90
91
androidTestImplementation(" androidx.compose.ui:ui-test:$compose_version " )
91
- androidTestImplementation(" androidx.test.espresso:espresso-intents:3.5 .1" )
92
- androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
93
- androidTestImplementation(" androidx.test:core:1.5.0 " )
94
- androidTestImplementation(" androidx.test:rules:1.5.0 " )
95
- androidTestImplementation(" androidx.test:runner:1.5 .2" )
92
+ androidTestImplementation(" androidx.test.espresso:espresso-intents:3.6 .1" )
93
+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
94
+ androidTestImplementation(" androidx.test:core:1.6.1 " )
95
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
96
+ androidTestImplementation(" androidx.test:runner:1.6 .2" )
96
97
androidTestImplementation(" com.android.support.test.espresso:espresso-core:3.0.2" )
97
- androidTestImplementation(" org.mockito:mockito-core:5.3.1 " )
98
+ androidTestImplementation(" org.mockito:mockito-core:5.12.0 " )
98
99
debugImplementation(" androidx.compose.ui:ui-test-manifest:$compose_version " )
99
100
100
101
androidTestImplementation(" com.adevinta.android:barista:4.3.0" ) {
0 commit comments