From 37f8bab393d510db07e91bece9f3eced19cccd21 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Tue, 18 Jul 2023 22:39:20 +0200 Subject: [PATCH] Update some dependencies --- appcompose/build.gradle | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/appcompose/build.gradle b/appcompose/build.gradle index fab20394..a936f9a6 100644 --- a/appcompose/build.gradle +++ b/appcompose/build.gradle @@ -64,11 +64,11 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - def composeBom = platform('androidx.compose:compose-bom:2022.12.00') + def composeBom = platform('androidx.compose:compose-bom:2023.06.01') implementation composeBom androidTestImplementation composeBom - implementation 'androidx.activity:activity-compose:1.5.1' + implementation 'androidx.activity:activity-compose:1.7.2' implementation 'androidx.compose.material3:material3' def voyager = "1.0.0-rc03" @@ -78,10 +78,10 @@ dependencies { implementation "cafe.adriel.voyager:voyager-androidx:$voyager" implementation "cafe.adriel.voyager:voyager-koin:$voyager" - debugImplementation "androidx.compose.ui:ui-tooling:1.3.3" - implementation "androidx.compose.ui:ui-tooling-preview:1.3.3" + debugImplementation "androidx.compose.ui:ui-tooling:1.4.3" + implementation "androidx.compose.ui:ui-tooling-preview:1.4.3" - def lifecycle_version = "2.5.1" + def lifecycle_version = "2.6.1" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:$lifecycle_version" @@ -90,4 +90,8 @@ dependencies { implementation "io.insert-koin:koin-core:$koin_version" implementation "io.insert-koin:koin-android:$koin_version" implementation "io.insert-koin:koin-androidx-compose:3.4.2"*/ + + androidTestImplementation "io.insert-koin:koin-test-junit4:$rootProject.ext.koin_version" + androidTestImplementation "io.insert-koin:koin-test:$rootProject.ext.koin_version" + } \ No newline at end of file