From 616b346f79f19f0e1c4164f45bc3588faf37e25f Mon Sep 17 00:00:00 2001 From: lihenggui Date: Mon, 10 Jun 2024 11:39:24 -0700 Subject: [PATCH] Upgrade dependencies --- core/designsystem/build.gradle.kts | 19 ----------------- gradle/libs.versions.toml | 34 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 36 deletions(-) diff --git a/core/designsystem/build.gradle.kts b/core/designsystem/build.gradle.kts index 102e67240..79b021805 100644 --- a/core/designsystem/build.gradle.kts +++ b/core/designsystem/build.gradle.kts @@ -69,23 +69,4 @@ kotlin { dependencies { lintPublish(projects.lint) - - api(libs.androidx.compose.foundation) - api(libs.androidx.compose.foundation.layout) - api(libs.androidx.compose.material.iconsExtended) - api(libs.androidx.compose.material3) - api(libs.androidx.compose.runtime) - api(libs.androidx.compose.ui.util) - - implementation(libs.coil.kt.compose) - - testImplementation(libs.androidx.compose.ui.test) - testImplementation(libs.hilt.android.testing) - testImplementation(libs.robolectric) - testImplementation(libs.roborazzi) - testImplementation(projects.core.screenshotTesting) - testImplementation(projects.core.testing) - - androidTestImplementation(libs.androidx.compose.ui.test) - androidTestImplementation(projects.core.testing) } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9947dd993..631482031 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,15 +2,15 @@ accompanist = "0.34.0" androidDesugarJdkLibs = "2.0.4" # AGP and tools should be updated together -androidGradlePlugin = "8.4.0" -androidTools = "31.4.0" +androidGradlePlugin = "8.4.2" +androidTools = "31.4.2" androidxActivity = "1.9.2" androidxAppCompat = "1.6.1" androidxBrowser = "1.8.0" androidxComposeBom = "2024.05.00" androidxComposeCompiler = "1.5.14" -androidxComposeUiTest = "1.7.0-alpha08" -androidxComposeMaterial3Adaptive = "1.0.0-alpha12" +androidxComposeUiTest = "1.7.0-beta02" +androidxComposeMaterial3Adaptive = "1.0.0-beta02" androidxComposeRuntimeTracing = "1.0.0-beta01" androidxCore = "1.13.1" androidxCoreSplashscreen = "1.0.1" @@ -20,7 +20,7 @@ androidxHiltNavigationCompose = "1.2.0" androidxLifecycle = "2.7.0" androidxMacroBenchmark = "1.2.4" androidxMetrics = "1.0.0-beta01" -androidxNavigation = "2.8.0-alpha08" +androidxNavigation = "2.8.0-beta02" androidxProfileinstaller = "1.3.1" androidxTestCore = "1.5.0" androidxTestExt = "1.1.5" @@ -28,33 +28,33 @@ androidxTestRules = "1.5.0" androidxTestRunner = "1.5.2" androidxTracing = "1.3.0-alpha02" androidxUiAutomator = "2.3.0" -androidxWindowManager = "1.3.0-beta02" +androidxWindowManager = "1.3.0" androidxWork = "2.9.0" coil = "3.0.0-alpha06" dependencyGuard = "0.5.0" -firebaseBom = "32.8.0" -firebaseCrashlyticsPlugin = "2.9.9" +firebaseBom = "33.1.0" +firebaseCrashlyticsPlugin = "3.0.1" firebasePerfPlugin = "1.4.2" -gmsPlugin = "4.4.1" -googleOss = "17.0.1" +gmsPlugin = "4.4.2" +googleOss = "17.1.0" googleOssPlugin = "0.10.6" hilt = "2.51.1" hiltExt = "1.2.0" jacoco = "0.8.7" junit4 = "4.13.2" kotlin = "2.0.0" -kotlinxCoroutines = "1.8.0" -kotlinxDatetime = "0.5.0" +kotlinxCoroutines = "1.8.1" +kotlinxDatetime = "0.6.0" kotlinxSerializationJson = "1.6.3" ksp = "2.0.0-1.0.22" moduleGraph = "2.5.0" okhttp = "4.12.0" -protobuf = "4.26.1" +protobuf = "4.27.0" protobufPlugin = "0.9.4" retrofit = "2.11.0" retrofitKotlinxSerializationJson = "1.0.0" -robolectric = "4.12.1" -roborazzi = "1.14.0" +robolectric = "4.12.2" +roborazzi = "1.20.0" room = "2.6.1" secrets = "2.0.1" truth = "1.4.2" @@ -71,13 +71,13 @@ androidx-espresso-core = "3.5.1" androidx-material = "1.12.0" androidx-test-junit = "1.1.5" compose-ui-tooling = "1.6.7" -compose-plugin = "1.6.10-rc01" +compose-plugin = "1.6.11" junit = "4.13.2" sqldelight = "2.0.2" kotlinInject = '0.6.3' multiplatform-settings = "1.1.1" kermit = "2.0.3" -ktor = "2.3.10" +ktor = "2.3.11" ktrofit = "1.14.0" buildKonfig = "0.15.1"