@@ -54,10 +54,11 @@ tasks.withType<KotlinCompile>().configureEach {
5454 )
5555 }
5656}
57- val compose_version = " 1.6.7"
57+ val compose_version = libs.versions.compose.version.get()
58+
5859dependencies {
5960 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 " )
6162 implementation(" androidx.appcompat:appcompat:1.7.0" )
6263 implementation(" androidx.compose.animation:animation-core:$compose_version " )
6364 implementation(" androidx.compose.animation:animation:$compose_version " )
@@ -75,7 +76,7 @@ dependencies {
7576 implementation(" androidx.compose.ui:ui-tooling:$compose_version " )
7677 implementation(" androidx.compose.ui:ui:$compose_version " )
7778 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 " )
7980 implementation(" com.google.android.material:material:1.12.0" )
8081 implementation(" androidx.compose.ui:ui-viewbinding:$compose_version " )
8182 implementation(" androidx.compose.ui:ui-text:$compose_version " )
@@ -84,17 +85,17 @@ dependencies {
8485 implementation(" androidx.constraintlayout:constraintlayout-compose:1.0.1" )
8586
8687 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" )
8990 androidTestImplementation(" androidx.compose.ui:ui-test-junit4:$compose_version " )
9091 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" )
9697 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 " )
9899 debugImplementation(" androidx.compose.ui:ui-test-manifest:$compose_version " )
99100
100101 androidTestImplementation(" com.adevinta.android:barista:4.3.0" ) {
0 commit comments