diff --git a/.github/workflows/check_and_deploy.yml b/.github/workflows/check_and_deploy.yml index 14a6bc9..0fc29df 100644 --- a/.github/workflows/check_and_deploy.yml +++ b/.github/workflows/check_and_deploy.yml @@ -42,6 +42,11 @@ jobs: - name: Copy CI gradle.properties run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties + - name: Restore google-services.json + run: | + mkdir -p app + echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 --decode > app/google-services.json + - name: Build uses: gradle/gradle-build-action@v2 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a0b120..3da6d86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,11 @@ jobs: - name: Copy CI gradle.properties run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties + - name: Restore google-services.json + run: | + mkdir -p app + echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 --decode > app/google-services.json + ## Actual task - name: Build uses: gradle/gradle-build-action@v2 @@ -60,6 +65,11 @@ jobs: - name: Copy CI gradle.properties run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties + - name: Restore google-services.json + run: | + mkdir -p app + echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 --decode > app/google-services.json + - name: Build uses: gradle/gradle-build-action@v2 with: diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 42f4a87..0678b59 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -5,6 +5,7 @@ + diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 00254bb..11dae25 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -33,11 +33,9 @@ - diff --git a/.idea/misc.xml b/.idea/misc.xml index 74dd639..b2c751a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/README.md b/README.md index ba6b101..6418680 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CI-MASTER](https://github.com/jarroyoesp/ComposeMultiplatformApp/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jarroyoesp/ComposeMultiplatformApp/actions/workflows/ci.yml) [![Latest release](https://img.shields.io/github/v/release/JetBrains/compose-multiplatform?color=blue&label=Compose%20multiplatform)](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.7.3) -![Kotlin Version](https://img.shields.io/badge/Kotlin-2.1.0-blue?logo=kotlin&logoColor=white) +![Kotlin Version](https://img.shields.io/badge/Kotlin-2.1.20-blue?logo=kotlin&logoColor=white)
Compose multiplatform charts

🚀 Example project to show SpaceX data built with Kotlin Multiplatform and Compose UI Multiplatform

diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 985f64d..ca51043 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -37,11 +37,13 @@ dependencies { implementation(libs.androidx.activity.compose) implementation(libs.androidx.compose.ui) implementation(libs.androidx.compose.material3) + implementation(libs.gitlive.firebase.firestore) implementation(libs.koin.android) testImplementation(libs.junit) androidTestImplementation(libs.junit) androidTestImplementation(libs.androidx.test.espresso.core) androidTestImplementation(libs.androidx.compose.ui.test.junit4) + androidTestImplementation(libs.gitlive.firebase.firestore) debugImplementation(libs.androidx.compose.tooling) debugImplementation(libs.androidx.compose.ui.test.manifest) diff --git a/app/src/main/java/com/jarroyo/composeapp/ComposeApp.kt b/app/src/main/java/com/jarroyo/composeapp/ComposeApp.kt index cf27837..9a06a0c 100644 --- a/app/src/main/java/com/jarroyo/composeapp/ComposeApp.kt +++ b/app/src/main/java/com/jarroyo/composeapp/ComposeApp.kt @@ -2,6 +2,7 @@ package com.jarroyo.composeapp import android.app.Application import android.content.Context +import com.google.firebase.FirebaseApp import com.jarroyo.feature.home.shared.di.initKoin import dagger.hilt.android.HiltAndroidApp import org.koin.dsl.module @@ -10,6 +11,7 @@ import org.koin.dsl.module class ComposeApp : Application() { override fun onCreate() { super.onCreate() + FirebaseApp.initializeApp(this) initKoin( listOf( module { diff --git a/app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt b/app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt index 8bb62ad..2ff983d 100644 --- a/app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt +++ b/app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt @@ -9,11 +9,13 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. +--- androidx.test.espresso:espresso-core:3.6.1 | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 | | \--- androidx.annotation:annotation-jvm:1.9.1 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 -| | \--- org.jetbrains:annotations:13.0 -> 23.0.0 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 +| | +--- org.jetbrains:annotations:13.0 -> 23.0.0 +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.10 (c) | +--- androidx.concurrent:concurrent-futures:1.1.0 | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | \--- com.google.guava:listenablefuture:1.0 +| | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava | +--- androidx.test.espresso:espresso-idling-resource:3.6.1 | +--- androidx.test.services:storage:1.5.0 | | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*) @@ -21,26 +23,27 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*) | | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | +--- androidx.test:core:1.6.1 | | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*) | | +--- androidx.concurrent:concurrent-futures-ktx:1.1.0 | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.4 -> 1.10.1 | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 | | | +--- org.jetbrains:annotations:23.0.0 | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 (c) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (c) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.1 (c) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 (c) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 (c) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.1 (c) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.8.7 | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) @@ -49,11 +52,13 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | +--- androidx.test:monitor:1.7.1 (*) | | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) -| | +--- com.google.guava:listenablefuture:1.0 -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1 -> 1.10.1 (*) | +--- androidx.test:monitor:1.7.1 (*) | +--- androidx.test:runner:1.6.1 @@ -63,14 +68,14 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) | | \--- junit:junit:4.13.2 (*) | +--- com.google.code.findbugs:jsr305:3.0.2 -| +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.15.0 -| +--- com.google.guava:listenablefuture:1.0 +| +--- com.google.errorprone:error_prone_annotations:2.18.0 -> 2.26.0 +| +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava | +--- javax.inject:javax.inject:1 | +--- junit:junit:4.13.2 (*) | +--- org.hamcrest:hamcrest-core:1.3 | +--- org.hamcrest:hamcrest-library:1.3 | | \--- org.hamcrest:hamcrest-core:1.3 -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +--- androidx.compose.ui:ui-test-junit4:1.7.8 | \--- androidx.compose.ui:ui-test-junit4-android:1.7.8 | +--- androidx.activity:activity:1.2.1 -> 1.10.1 @@ -80,17 +85,17 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | +--- androidx.core:core:1.16.0 | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) | | | | +--- androidx.annotation:annotation-experimental:1.4.1 -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) | | | | +--- androidx.collection:collection:1.4.2 -> 1.4.4 | | | | | \--- androidx.collection:collection-jvm:1.4.4 | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.collection:collection-ktx:1.4.4 (c) | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.4 (c) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.core:core-viewtree:1.0.0 -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 @@ -108,12 +113,12 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | | | +--- androidx.startup:startup-runtime:1.1.1 | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) -| | | | | | \--- com.google.guava:listenablefuture:1.0 -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) @@ -121,25 +126,27 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | +--- androidx.tracing:tracing:1.2.0 (*) | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- org.jspecify:jspecify:1.0.0 | | | | +--- androidx.core:core-ktx:1.16.0 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | +--- androidx.core:core:1.16.0 (c) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | +--- androidx.core:core-viewtree:1.0.0 (*) | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) @@ -149,7 +156,9 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) @@ -157,7 +166,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) @@ -165,15 +174,17 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) | | | +--- androidx.savedstate:savedstate:1.2.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) @@ -182,14 +193,16 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*) | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | +--- androidx.activity:activity-compose:1.10.1 (c) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | \--- androidx.activity:activity-ktx:1.10.1 (c) | +--- androidx.activity:activity-compose:1.3.0 -> 1.10.1 | | +--- androidx.activity:activity-ktx:1.10.1 @@ -198,7 +211,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) @@ -207,10 +220,12 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) -| | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) @@ -219,10 +234,12 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) | | | +--- androidx.activity:activity:1.10.1 (c) | | | \--- androidx.activity:activity-compose:1.10.1 (c) @@ -230,7 +247,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | \--- androidx.compose.runtime:runtime-android:1.7.8 | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*) | | | +--- androidx.collection:collection:1.4.4 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | \--- androidx.compose.runtime:runtime-saveable:1.7.8 (c) @@ -239,7 +256,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.compose.runtime:runtime:1.7.8 (c) | | +--- androidx.compose.ui:ui:1.0.1 -> 1.7.8 | | | \--- androidx.compose.ui:ui-android:1.7.8 @@ -259,7 +276,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | +--- androidx.compose.ui:ui-util:1.7.8 | | | | | \--- androidx.compose.ui:ui-util-android:1.7.8 | | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -267,7 +284,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | | +--- androidx.compose.ui:ui-test-junit4:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-text:1.7.8 (c) | | | | | \--- androidx.compose.ui:ui-unit:1.7.8 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-test:1.7.8 (c) @@ -293,7 +310,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (*) | | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -305,8 +322,8 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | | | +--- androidx.graphics:graphics-path:1.0.1 | | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-test:1.7.8 (c) @@ -333,17 +350,19 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) | | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | | \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -357,7 +376,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.3 -> 2.8.7 | | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.8.7 @@ -366,17 +385,19 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -391,11 +412,11 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | +--- androidx.activity:activity:1.10.1 (c) | | +--- androidx.activity:activity-ktx:1.10.1 (c) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) | +--- androidx.compose.runtime:runtime-saveable:1.6.0 -> 1.7.8 (*) | +--- androidx.compose.ui:ui-test:1.7.8 @@ -413,14 +434,14 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | +--- androidx.test:monitor:1.6.1 -> 1.7.1 (*) | | +--- androidx.test.espresso:espresso-core:3.5.0 -> 3.6.1 (*) | | +--- androidx.test.espresso:espresso-idling-resource:3.5.0 -> 3.6.1 -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3 -> 1.10.1 | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.1 | | | +--- org.jetbrains:annotations:23.0.0 | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | +--- androidx.compose.ui:ui:1.7.8 (c) | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) | | +--- androidx.compose.ui:ui-test-junit4:1.7.8 (c) @@ -438,7 +459,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | | +--- androidx.test:monitor:1.6.1 -> 1.7.1 (*) | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | +--- junit:junit:4.13.2 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3 -> 1.10.1 (*) | +--- androidx.compose.ui:ui-test:1.7.8 (c) @@ -448,21 +469,211 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. | +--- androidx.compose.ui:ui-unit:1.7.8 (c) | +--- androidx.compose.ui:ui-util:1.7.8 (c) | \--- androidx.compose.ui:ui-geometry:1.7.8 (c) -+--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.0 -| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -+--- org.jetbrains.kotlin:kotlin-parcelize-runtime:{strictly 2.1.0} -> 2.1.0 (c) ++--- dev.gitlive:firebase-firestore:2.1.0 +| \--- dev.gitlive:firebase-firestore-android-debug:2.1.0 +| +--- com.google.firebase:firebase-firestore -> 25.1.0 +| | +--- com.google.firebase:protolite-well-known-types:18.0.0 +| | | \--- com.google.protobuf:protobuf-javalite:3.14.0 -> 3.25.1 +| | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 +| | | \--- com.google.android.gms:play-services-basement:18.3.0 +| | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 +| | | +--- androidx.activity:activity:1.7.2 -> 1.10.1 (*) +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) +| | | +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 (*) +| | | +--- androidx.loader:loader:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7 +| | | | | +--- androidx.arch.core:core-common:2.2.0 (*) +| | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.8.7 (*) +| | | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.4.1 (*) +| | | +--- androidx.savedstate:savedstate:1.2.1 (*) +| | | +--- androidx.viewpager:viewpager:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) +| | | | \--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) +| | +--- com.google.firebase:firebase-annotations:16.2.0 +| | | \--- javax.inject:javax.inject:1 +| | +--- com.google.firebase:firebase-appcheck-interop:17.0.0 +| | | +--- com.google.android.gms:play-services-base:18.0.1 +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) +| | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.3.0 (*) +| | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | +--- com.google.firebase:firebase-auth-interop:19.0.2 +| | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.3.0 (*) +| | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.1.0 (*) +| | | \--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*) +| | +--- com.google.firebase:firebase-common:21.0.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.1 +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) +| | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 +| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | | \--- com.google.errorprone:error_prone_annotations:2.26.0 +| | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| | +--- com.google.firebase:firebase-common-ktx:21.0.0 +| | | +--- com.google.firebase:firebase-common:21.0.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | | \--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | +--- com.google.firebase:firebase-database-collection:18.0.1 +| | | \--- com.google.android.gms:play-services-base:18.0.1 (*) +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- com.google.android.gms:play-services-base:18.0.1 (*) +| | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.3.0 (*) +| | +--- io.grpc:grpc-android:1.62.2 +| | | +--- io.grpc:grpc-api:1.62.2 +| | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | \--- com.google.guava:guava:32.1.3-android +| | | | +--- com.google.guava:failureaccess:1.0.1 +| | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +| | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | +--- org.checkerframework:checker-qual:3.37.0 +| | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0 +| | | +--- io.grpc:grpc-core:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- com.google.code.gson:gson:2.10.1 +| | | | +--- com.google.android:annotations:4.1.1.4 +| | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | +--- io.perfmark:perfmark-api:0.26.0 +| | | | \--- io.grpc:grpc-context:1.62.2 +| | | | \--- io.grpc:grpc-api:1.62.2 (*) +| | | \--- com.google.guava:guava:32.1.3-android (*) +| | +--- io.grpc:grpc-okhttp:1.62.2 +| | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | +--- io.grpc:grpc-util:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | +--- com.squareup.okio:okio:3.4.0 -> 3.9.1 +| | | | \--- com.squareup.okio:okio-jvm:3.9.1 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | +--- com.google.guava:guava:32.1.3-android (*) +| | | \--- io.perfmark:perfmark-api:0.26.0 +| | +--- io.grpc:grpc-protobuf-lite:1.62.2 +| | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | +--- com.google.protobuf:protobuf-javalite:3.25.1 +| | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | \--- com.google.guava:guava:32.1.3-android (*) +| | +--- io.grpc:grpc-stub:1.62.2 +| | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | +--- com.google.guava:guava:32.1.3-android (*) +| | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.10.1 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| +--- com.google.firebase:firebase-bom:33.2.0 +| | +--- com.google.firebase:firebase-firestore:25.1.0 (c) +| | +--- com.google.firebase:firebase-common-ktx:21.0.0 (c) +| | \--- com.google.firebase:firebase-common:21.0.0 (c) +| +--- dev.gitlive:firebase-app:2.1.0 +| | \--- dev.gitlive:firebase-app-android-debug:2.1.0 +| | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 +| | | \--- dev.gitlive:firebase-common-android-debug:2.1.0 +| | | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 +| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 +| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 +| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 (c) +| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 (c) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| +--- dev.gitlive:firebase-common:2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| +--- dev.gitlive:firebase-common-internal:2.1.0 +| | \--- dev.gitlive:firebase-common-internal-android-debug:2.1.0 +| | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) ++--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.20 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- org.jetbrains.kotlin:kotlin-parcelize-runtime:{strictly 2.1.20} -> 2.1.20 (c) ++--- dev.gitlive:firebase-firestore:{strictly 2.1.0} -> 2.1.0 (c) +--- junit:junit:{strictly 4.13.2} -> 4.13.2 (c) +--- org.hamcrest:hamcrest-core:{strictly 1.3} -> 1.3 (c) +--- androidx.annotation:annotation:{strictly 1.9.1} -> 1.9.1 (c) +--- androidx.concurrent:concurrent-futures:{strictly 1.1.0} -> 1.1.0 (c) +--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) -+--- com.google.errorprone:error_prone_annotations:{strictly 2.15.0} -> 2.15.0 (c) -+--- com.google.guava:listenablefuture:{strictly 1.0} -> 1.0 (c) ++--- com.google.errorprone:error_prone_annotations:{strictly 2.26.0} -> 2.26.0 (c) ++--- com.google.guava:listenablefuture:{strictly 9999.0-empty-to-avoid-conflict-with-guava} -> 9999.0-empty-to-avoid-conflict-with-guava (c) +--- javax.inject:javax.inject:{strictly 1} -> 1 (c) -+--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.1.0} -> 2.1.0 (c) -+--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:{strictly 2.1.0} -> 2.1.0 (c) ++--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.1.20} -> 2.1.20 (c) ++--- dev.gitlive:firebase-firestore-android-debug:{strictly 2.1.0} -> 2.1.0 (c) ++--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:{strictly 2.1.20} -> 2.1.20 (c) +--- androidx.lifecycle:lifecycle-common:{strictly 2.8.7} -> 2.8.7 (c) +--- androidx.tracing:tracing:{strictly 1.2.0} -> 1.2.0 (c) +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.10.1} -> 1.10.1 (c) @@ -473,6 +684,12 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. +--- androidx.compose.runtime:runtime-saveable:{strictly 1.7.8} -> 1.7.8 (c) +--- androidx.lifecycle:lifecycle-runtime:{strictly 2.8.7} -> 2.8.7 (c) +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{strictly 1.10.1} -> 1.10.1 (c) ++--- com.google.firebase:firebase-firestore:{strictly 25.1.0} -> 25.1.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:{strictly 1.10.1} -> 1.10.1 (c) ++--- com.google.firebase:firebase-bom:{strictly 33.2.0} -> 33.2.0 (c) ++--- dev.gitlive:firebase-app:{strictly 2.1.0} -> 2.1.0 (c) ++--- dev.gitlive:firebase-common:{strictly 2.1.0} -> 2.1.0 (c) ++--- dev.gitlive:firebase-common-internal:{strictly 2.1.0} -> 2.1.0 (c) +--- androidx.lifecycle:lifecycle-common-jvm:{strictly 2.8.7} -> 2.8.7 (c) +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:{strictly 1.10.1} -> 1.10.1 (c) +--- androidx.core:core-ktx:{strictly 1.16.0} -> 1.16.0 (c) @@ -486,6 +703,24 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. +--- androidx.compose.ui:ui:{strictly 1.7.8} -> 1.7.8 (c) +--- androidx.compose.runtime:runtime-saveable-android:{strictly 1.7.8} -> 1.7.8 (c) +--- androidx.lifecycle:lifecycle-runtime-android:{strictly 2.8.7} -> 2.8.7 (c) ++--- com.google.firebase:protolite-well-known-types:{strictly 18.0.0} -> 18.0.0 (c) ++--- com.google.android.gms:play-services-tasks:{strictly 18.1.0} -> 18.1.0 (c) ++--- com.google.firebase:firebase-annotations:{strictly 16.2.0} -> 16.2.0 (c) ++--- com.google.firebase:firebase-appcheck-interop:{strictly 17.0.0} -> 17.0.0 (c) ++--- com.google.firebase:firebase-auth-interop:{strictly 19.0.2} -> 19.0.2 (c) ++--- com.google.firebase:firebase-common:{strictly 21.0.0} -> 21.0.0 (c) ++--- com.google.firebase:firebase-common-ktx:{strictly 21.0.0} -> 21.0.0 (c) ++--- com.google.firebase:firebase-components:{strictly 18.0.0} -> 18.0.0 (c) ++--- com.google.firebase:firebase-database-collection:{strictly 18.0.1} -> 18.0.1 (c) ++--- com.google.android.gms:play-services-base:{strictly 18.0.1} -> 18.0.1 (c) ++--- com.google.android.gms:play-services-basement:{strictly 18.3.0} -> 18.3.0 (c) ++--- io.grpc:grpc-android:{strictly 1.62.2} -> 1.62.2 (c) ++--- io.grpc:grpc-okhttp:{strictly 1.62.2} -> 1.62.2 (c) ++--- io.grpc:grpc-protobuf-lite:{strictly 1.62.2} -> 1.62.2 (c) ++--- io.grpc:grpc-stub:{strictly 1.62.2} -> 1.62.2 (c) ++--- dev.gitlive:firebase-app-android-debug:{strictly 2.1.0} -> 2.1.0 (c) ++--- dev.gitlive:firebase-common-android-debug:{strictly 2.1.0} -> 2.1.0 (c) ++--- dev.gitlive:firebase-common-internal-android-debug:{strictly 2.1.0} -> 2.1.0 (c) +--- androidx.collection:collection:{strictly 1.4.4} -> 1.4.4 (c) +--- androidx.compose.ui:ui-graphics:{strictly 1.7.8} -> 1.7.8 (c) +--- androidx.compose.ui:ui-text:{strictly 1.7.8} -> 1.7.8 (c) @@ -503,6 +738,16 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. +--- androidx.compose.ui:ui-android:{strictly 1.7.8} -> 1.7.8 (c) +--- androidx.compose.runtime:runtime-android:{strictly 1.7.8} -> 1.7.8 (c) +--- androidx.arch.core:core-runtime:{strictly 2.2.0} -> 2.2.0 (c) ++--- com.google.protobuf:protobuf-javalite:{strictly 3.25.1} -> 3.25.1 (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.9.10} -> 1.9.10 (c) ++--- androidx.fragment:fragment:{strictly 1.6.2} -> 1.6.2 (c) ++--- io.grpc:grpc-api:{strictly 1.62.2} -> 1.62.2 (c) ++--- io.grpc:grpc-core:{strictly 1.62.2} -> 1.62.2 (c) ++--- com.google.guava:guava:{strictly 32.1.3-android} -> 32.1.3-android (c) ++--- io.grpc:grpc-util:{strictly 1.62.2} -> 1.62.2 (c) ++--- com.squareup.okio:okio:{strictly 3.9.1} -> 3.9.1 (c) ++--- io.perfmark:perfmark-api:{strictly 0.26.0} -> 0.26.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-serialization-core:{strictly 1.8.0} -> 1.8.0 (c) +--- androidx.compose.ui:ui-graphics-android:{strictly 1.7.8} -> 1.7.8 (c) +--- androidx.compose.ui:ui-text-android:{strictly 1.7.8} -> 1.7.8 (c) +--- androidx.compose.ui:ui-unit-android:{strictly 1.7.8} -> 1.7.8 (c) @@ -518,11 +763,26 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'. +--- androidx.customview:customview-poolingcontainer:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.emoji2:emoji2:{strictly 1.3.0} -> 1.3.0 (c) +--- androidx.lifecycle:lifecycle-runtime-compose:{strictly 2.8.7} -> 2.8.7 (c) ++--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 1.9.10} -> 1.9.10 (c) ++--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) ++--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) ++--- com.google.code.gson:gson:{strictly 2.10.1} -> 2.10.1 (c) ++--- com.google.android:annotations:{strictly 4.1.1.4} -> 4.1.1.4 (c) ++--- org.codehaus.mojo:animal-sniffer-annotations:{strictly 1.23} -> 1.23 (c) ++--- io.grpc:grpc-context:{strictly 1.62.2} -> 1.62.2 (c) ++--- com.google.guava:failureaccess:{strictly 1.0.1} -> 1.0.1 (c) ++--- org.checkerframework:checker-qual:{strictly 3.37.0} -> 3.37.0 (c) ++--- com.squareup.okio:okio-jvm:{strictly 3.9.1} -> 3.9.1 (c) ++--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:{strictly 1.8.0} -> 1.8.0 (c) +--- androidx.graphics:graphics-path:{strictly 1.0.1} -> 1.0.1 (c) +--- androidx.collection:collection-ktx:{strictly 1.4.4} -> 1.4.4 (c) +--- androidx.compose.ui:ui-geometry-android:{strictly 1.7.8} -> 1.7.8 (c) +--- androidx.lifecycle:lifecycle-runtime-compose-android:{strictly 2.8.7} -> 2.8.7 (c) -\--- androidx.lifecycle:lifecycle-process:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-process:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.lifecycle:lifecycle-livedata:{strictly 2.8.7} -> 2.8.7 (c) ++--- androidx.customview:customview:{strictly 1.1.0} -> 1.1.0 (c) ++--- org.jetbrains.kotlinx:kotlinx-serialization-bom:{strictly 1.8.0} -> 1.8.0 (c) +\--- androidx.lifecycle:lifecycle-livedata-core-ktx:{strictly 2.8.7} -> 2.8.7 (c) (c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree. (*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation. diff --git a/app/versions/dependencies/debugRuntimeClasspathDependencies.txt b/app/versions/dependencies/debugRuntimeClasspathDependencies.txt index c117ae9..14dd567 100644 --- a/app/versions/dependencies/debugRuntimeClasspathDependencies.txt +++ b/app/versions/dependencies/debugRuntimeClasspathDependencies.txt @@ -4,55 +4,55 @@ Project ':app' ------------------------------------------------------------ debugRuntimeClasspath - Runtime classpath of '/debug'. -+--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 | +--- org.jetbrains:annotations:13.0 -> 23.0.0 -| +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.0 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (c) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.10 (c) +--- com.squareup.leakcanary:leakcanary-android:2.14 | +--- com.squareup.leakcanary:leakcanary-android-core:2.14 | | +--- com.squareup.leakcanary:shark-android:2.14 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | \--- com.squareup.leakcanary:shark:2.14 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | +--- com.squareup.okio:okio:2.2.2 -> 3.9.1 | | | | \--- com.squareup.okio:okio-jvm:3.9.1 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) | | | \--- com.squareup.leakcanary:shark-graph:2.14 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | +--- com.squareup.okio:okio:2.2.2 -> 3.9.1 (*) | | | \--- com.squareup.leakcanary:shark-hprof:2.14 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | \--- com.squareup.leakcanary:shark-log:2.14 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 | | | +--- com.squareup.leakcanary:leakcanary-object-watcher:2.14 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | | \--- com.squareup.leakcanary:shark-log:2.14 (*) | | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.14 | | | | +--- com.squareup.leakcanary:shark-log:2.14 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | +--- com.squareup.curtains:curtains:1.2.4 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-androidx:2.14 | | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-support-fragments:2.14 | | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | +--- com.squareup.leakcanary:leakcanary-object-watcher-android:2.14 | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.1.20 (*) | +--- com.squareup.leakcanary:plumber-android:2.14 | | +--- com.squareup.leakcanary:plumber-android-core:2.14 | | | +--- com.squareup.leakcanary:shark-log:2.14 (*) | | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.14 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | \--- com.squareup.curtains:curtains:1.2.4 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) +--- androidx.compose.ui:ui-tooling:1.7.8 | \--- androidx.compose.ui:ui-tooling-android:1.7.8 | +--- androidx.activity:activity-compose:1.7.0 -> 1.10.1 @@ -60,25 +60,25 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- androidx.activity:activity:1.10.1 | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 | | | | | \--- androidx.annotation:annotation-jvm:1.9.1 -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | +--- androidx.core:core-ktx:1.13.0 -> 1.16.0 | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) | | | | | +--- androidx.core:core:1.16.0 | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 -| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.4.4 | | | | | | | \--- androidx.collection:collection-jvm:1.4.4 | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | | +--- androidx.collection:collection-ktx:1.4.4 (c) | | | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.4 (c) | | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava | | | | | | +--- androidx.core:core-viewtree:1.0.0 -| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) -| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 @@ -92,7 +92,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 | | | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 | | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 | | | | | | | | | +--- org.jetbrains:annotations:23.0.0 @@ -100,20 +100,21 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 (c) | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 (c) | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (c) +| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.1 (c) | | | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.1 (c) -| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) | | | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) @@ -121,56 +122,56 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 | | | | | | | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | | | | | | \--- com.google.guava:listenablefuture:1.0 -| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) -| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | +--- androidx.tracing:tracing:1.2.0 (*) | | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | | | +--- org.jspecify:jspecify:1.0.0 | | | | | | +--- androidx.core:core-ktx:1.16.0 (c) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | | +--- androidx.core:core:1.16.0 (c) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | | +--- androidx.core:core-viewtree:1.0.0 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) @@ -178,10 +179,9 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) @@ -190,19 +190,19 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) | | | | | +--- androidx.savedstate:savedstate:1.2.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) @@ -211,20 +211,21 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*) | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.activity:activity-compose:1.10.1 (c) | | | | +--- androidx.activity:activity-ktx:1.10.1 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) @@ -234,17 +235,16 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) @@ -253,10 +253,11 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) | | | +--- androidx.activity:activity:1.10.1 (c) | | | \--- androidx.activity:activity-compose:1.10.1 (c) @@ -264,21 +265,19 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | \--- androidx.compose.runtime:runtime-android:1.7.8 | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*) | | | +--- androidx.collection:collection:1.4.4 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) -| | | +--- androidx.compose.runtime:runtime-livedata:1.7.8 (c) | | | \--- androidx.compose.runtime:runtime-saveable:1.7.8 (c) | | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.7.8 | | | \--- androidx.compose.runtime:runtime-saveable-android:1.7.8 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- androidx.compose.runtime:runtime:1.7.8 (c) -| | | \--- androidx.compose.runtime:runtime-livedata:1.7.8 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- androidx.compose.runtime:runtime:1.7.8 (c) | | +--- androidx.compose.ui:ui:1.0.1 -> 1.7.8 | | | \--- androidx.compose.ui:ui-android:1.7.8 | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.10.1 (*) @@ -297,7 +296,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.compose.ui:ui-util:1.7.8 | | | | | \--- androidx.compose.ui:ui-util-android:1.7.8 | | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -307,7 +306,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) | | | | | \--- androidx.compose.ui:ui-unit:1.7.8 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-test-manifest:1.7.8 (c) @@ -335,7 +334,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (*) | | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -349,8 +348,8 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | | | +--- androidx.graphics:graphics-path:1.0.1 | | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-test-manifest:1.7.8 (c) @@ -379,7 +378,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) | | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) @@ -394,7 +393,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -410,7 +409,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.3 -> 2.8.7 | | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.8.7 @@ -420,20 +419,20 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -451,11 +450,11 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | +--- androidx.activity:activity:1.10.1 (c) | | +--- androidx.activity:activity-ktx:1.10.1 (c) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) | +--- androidx.compose.animation:animation:1.7.8 | | \--- androidx.compose.animation:animation-android:1.7.8 @@ -471,7 +470,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (*) | | | +--- androidx.compose.ui:ui-unit:1.7.8 (*) | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | \--- androidx.compose.animation:animation:1.7.8 (c) | | +--- androidx.compose.foundation:foundation-layout:1.7.8 @@ -485,22 +484,22 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- androidx.compose.ui:ui-unit:1.7.8 (*) | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.compose.foundation:foundation:1.7.8 (c) | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | +--- androidx.compose.ui:ui:1.7.8 (*) | | +--- androidx.compose.ui:ui-geometry:1.7.8 (*) | | +--- androidx.compose.ui:ui-graphics:1.7.8 (*) | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | \--- androidx.compose.animation:animation-core:1.7.8 (c) -| +--- androidx.compose.material:material:1.0.0 -> 1.7.8 -| | \--- androidx.compose.material:material-android:1.7.8 +| +--- androidx.compose.material:material:1.0.0 -> 1.7.6 +| | \--- androidx.compose.material:material-android:1.7.6 | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | +--- androidx.compose.animation:animation:1.7.8 (*) -| | +--- androidx.compose.animation:animation-core:1.7.8 (*) -| | +--- androidx.compose.foundation:foundation:1.7.8 +| | +--- androidx.compose.animation:animation:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.animation:animation-core:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 | | | \--- androidx.compose.foundation:foundation-android:1.7.8 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) @@ -513,25 +512,25 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) | | | +--- androidx.emoji2:emoji2:1.3.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.7.8 (c) -| | +--- androidx.compose.foundation:foundation-layout:1.7.8 (*) -| | +--- androidx.compose.material:material-ripple:1.7.8 -| | | \--- androidx.compose.material:material-ripple-android:1.7.8 +| | +--- androidx.compose.foundation:foundation-layout:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.material:material-ripple:1.7.6 +| | | \--- androidx.compose.material:material-ripple-android:1.7.6 | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) -| | | +--- androidx.compose.animation:animation:1.7.8 (*) -| | | +--- androidx.compose.foundation:foundation:1.7.8 (*) -| | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.7.8 (*) -| | +--- androidx.compose.ui:ui-text:1.7.8 (*) -| | +--- androidx.compose.ui:ui-util:1.7.8 (*) +| | | +--- androidx.compose.animation:animation:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.runtime:runtime:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- androidx.compose.runtime:runtime:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.ui:ui:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.ui:ui-text:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | +--- androidx.compose.runtime:runtime:1.7.8 (*) | +--- androidx.compose.ui:ui:1.7.8 (*) | +--- androidx.compose.ui:ui-tooling-data:1.7.8 @@ -540,7 +539,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | +--- androidx.compose.ui:ui:1.7.8 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- androidx.compose.ui:ui:1.7.8 (c) | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -565,7 +564,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | \--- androidx.compose.ui:ui-util:1.7.8 (c) | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | +--- androidx.compose.ui:ui:1.7.8 (c) | +--- androidx.compose.ui:ui-test-manifest:1.7.8 (c) | +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) @@ -586,10 +585,10 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | +--- androidx.compose.ui:ui-text:1.7.8 (c) | +--- androidx.compose.ui:ui-unit:1.7.8 (c) | \--- androidx.compose.ui:ui-util:1.7.8 (c) -+--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.0 -| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) ++--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.20 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +--- androidx.activity:activity-compose:1.10.1 (*) +--- androidx.core:core-ktx:1.16.0 (*) +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (*) @@ -618,20 +617,20 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) -| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) @@ -651,17 +650,16 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | | | \--- androidx.customview:customview:1.0.0 -> 1.2.0-rc01 -| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | | | +--- androidx.collection:collection:1.4.2 -> 1.4.4 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) -| | | | | \--- org.jspecify:jspecify:1.0.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | \--- androidx.fragment:fragment:1.6.2 (c) | | +--- androidx.navigation:navigation-runtime:2.8.9 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.10.1 (*) @@ -679,7 +677,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 -> 2.8.7 (*) | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 @@ -687,7 +685,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 (c) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (c) | | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 (c) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) | | | | +--- androidx.navigation:navigation-compose:2.8.9 (c) | | | | +--- androidx.navigation:navigation-fragment:2.8.9 (c) @@ -696,7 +694,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (c) | | | | +--- androidx.navigation:navigation-ui:2.8.9 (c) | | | | \--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | | +--- androidx.navigation:navigation-common:2.8.9 (c) | | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) @@ -708,32 +706,19 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | \--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) | | +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | +--- androidx.customview:customview:1.1.0 -> 1.2.0-rc01 (*) +| | | +--- androidx.customview:customview:1.1.0 (*) | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) | | | +--- androidx.window:window:1.0.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.10.1 (*) | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) | | | | \--- androidx.core:core:1.3.2 -> 1.16.0 (*) -| | | \--- androidx.transition:transition:1.4.1 -> 1.5.0 -| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) -| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) -| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 -| | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | +--- androidx.documentfile:documentfile:1.0.0 -| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | +--- androidx.loader:loader:1.0.0 (*) -| | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 -| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | \--- androidx.print:print:1.0.0 -| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | \--- androidx.transition:transition:1.4.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | +--- androidx.navigation:navigation-compose:2.8.9 (c) | | +--- androidx.navigation:navigation-fragment-ktx:2.8.9 (c) @@ -775,25 +760,16 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (*) | +--- androidx.navigation:navigation-ui:2.8.9 | | +--- androidx.annotation:annotation-experimental:1.4.1 (*) -| | +--- androidx.customview:customview:1.1.0 -> 1.2.0-rc01 (*) +| | +--- androidx.customview:customview:1.1.0 (*) | | +--- androidx.drawerlayout:drawerlayout:1.1.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) -| | | \--- androidx.customview:customview:1.1.0 -> 1.2.0-rc01 (*) +| | | \--- androidx.customview:customview:1.1.0 (*) | | +--- androidx.navigation:navigation-runtime:2.8.9 (*) -| | +--- androidx.transition:transition:1.3.0 -> 1.5.0 (*) -| | +--- com.google.android.material:material:1.4.0 -> 1.12.0 -| | | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-test-junit:1.8.22 -> 1.9.10 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-test:1.8.22 -> 1.9.10 (c) -| | | +--- com.google.errorprone:error_prone_annotations:2.15.0 -| | | +--- androidx.activity:activity:1.8.0 -> 1.10.1 (*) -| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 +| | +--- androidx.transition:transition:1.3.0 -> 1.4.1 (*) +| | +--- com.google.android.material:material:1.4.0 +| | | +--- androidx.annotation:annotation:1.0.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0 | | | | +--- androidx.activity:activity:1.7.0 -> 1.10.1 (*) | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) | | | | +--- androidx.appcompat:appcompat-resources:1.7.0 @@ -828,32 +804,42 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) -| | | | +--- androidx.customview:customview:1.0.0 -> 1.2.0-rc01 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) | | | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) | | | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 -| | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) -| | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) -| | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | | +--- androidx.core:core:1.5.0 -> 1.16.0 (*) +| | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) -| | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) +| | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) -| | | | +--- androidx.customview:customview:1.0.0 -> 1.2.0-rc01 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) -| | | +--- androidx.transition:transition:1.5.0 (*) +| | | +--- androidx.transition:transition:1.2.0 -> 1.4.1 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) @@ -898,7 +884,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.8.7 (*) | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | +--- javax.inject:javax.inject:1 -| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +--- androidx.hilt:hilt-navigation-compose:1.2.0 | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.7.8 (*) | +--- androidx.compose.ui:ui:1.0.1 -> 1.7.8 (*) @@ -906,7 +892,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | +--- androidx.navigation:navigation-runtime:2.5.1 -> 2.8.9 (*) | | +--- com.google.dagger:hilt-android:2.49 -> 2.55 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1 -> 2.8.7 | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) @@ -915,19 +901,19 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | +--- androidx.navigation:navigation-compose:2.5.1 -> 2.8.9 | | +--- androidx.activity:activity-compose:1.8.0 -> 1.10.1 (*) | | +--- androidx.compose.animation:animation:1.7.2 -> 1.7.8 (*) @@ -937,7 +923,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- androidx.compose.ui:ui:1.7.2 -> 1.7.8 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.8.7 (*) | | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) | | +--- androidx.navigation:navigation-fragment:2.8.9 (c) @@ -947,23 +933,23 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- androidx.navigation:navigation-ui:2.8.9 (c) | | +--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) | | \--- androidx.navigation:navigation-common:2.8.9 (c) -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 | \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.0.1 -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.20 (*) +--- org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8 | \--- org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.8 -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) +--- com.jakewharton.timber:timber:5.0.1 -| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.20 (*) | \--- org.jetbrains:annotations:20.1.0 -> 23.0.0 +--- project :modules:feature-home-shared | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.5 -> 2.8.7 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | +--- io.ktor:ktor-client-android:3.0.1 | | \--- io.ktor:ktor-client-android-jvm:3.0.1 @@ -988,20 +974,20 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.5.4 | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.5.4 | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.5.4 -| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.8.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.8.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-events:3.0.1 | | | | \--- io.ktor:ktor-events-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | +--- io.ktor:ktor-http:3.0.1 (*) | | | | +--- io.ktor:ktor-utils:3.0.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-websocket-serialization:3.0.1 | | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 @@ -1017,52 +1003,52 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | | | +--- io.ktor:ktor-http:3.0.1 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-sse:3.0.1 | | | | \--- io.ktor:ktor-sse-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | +--- io.ktor:ktor-http:3.0.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.9.0 -> 1.10.1 | | | +--- org.slf4j:slf4j-api:1.7.32 -> 2.0.16 | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- app.cash.sqldelight:android-driver:2.0.2 | | +--- androidx.sqlite:sqlite-framework:2.4.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | +--- androidx.sqlite:sqlite:2.4.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.sqlite:sqlite-framework:2.4.0 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.sqlite:sqlite:2.4.0 (c) | | +--- app.cash.sqldelight:runtime:2.0.2 | | | \--- app.cash.sqldelight:runtime-jvm:2.0.2 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | +--- androidx.sqlite:sqlite:2.4.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | +--- app.cash.sqldelight:runtime:2.0.1 -> 2.0.2 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.5 -> 2.8.7 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 | | | +--- androidx.lifecycle:lifecycle-common:2.8.5 -> 2.8.7 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.4 | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.5 -> 2.8.7 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 @@ -1070,21 +1056,20 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 | | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.26.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 | | +--- androidx.activity:activity-compose:1.8.0 -> 1.10.1 (*) | | +--- androidx.navigation:navigation-compose:2.8.0-rc01 -> 2.8.9 (*) | | +--- org.jetbrains.androidx.core:core-bundle:1.0.1 | | | \--- org.jetbrains.androidx.core:core-bundle-android-debug:1.0.1 | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.2 -> 2.8.4 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.2 -> 2.8.4 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.2 -> 2.8.4 (*) @@ -1107,16 +1092,15 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | +--- org.jetbrains.androidx.core:core-bundle:1.0.1 (*) | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.2 -> 2.8.4 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 -> 1.10.1 (*) | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.6.11 -> 1.7.3 | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.6 -> 1.7.8 (*) -| | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui:1.6.11 -> 1.7.3 | | | | +--- androidx.compose.ui:ui:1.7.6 -> 1.7.8 (*) | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 (*) @@ -1130,10 +1114,8 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 | | | | | +--- androidx.compose.ui:ui-geometry:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) -| | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 -| | | | | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 +| | | | | \--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 | | | | | +--- androidx.compose.ui:ui-graphics:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1145,10 +1127,8 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 (*) -| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) -| | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) +| | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-text:1.7.3 | | | | | +--- androidx.compose.ui:ui-text:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1158,15 +1138,13 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 (*) | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.2 (*) | | +--- org.jetbrains.androidx.navigation:navigation-common:2.8.0-alpha10 | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) @@ -1180,7 +1158,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.0-beta02 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.0-beta02 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.8.0-alpha10 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.10.1 (*) @@ -1194,7 +1172,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.0-beta02 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.0-beta02 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | +--- org.jetbrains.compose.animation:animation:1.7.0-beta02 -> 1.7.3 @@ -1207,7 +1185,6 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.7.3 @@ -1216,19 +1193,16 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) -| | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 (*) -| | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | +--- org.jetbrains.compose.animation:animation-core:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.foundation:foundation-layout:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.ui:ui:1.7.0-beta02 -> 1.7.3 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 | | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.5.4 @@ -1236,8 +1210,8 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | \--- androidx.compose.ui:ui-tooling-preview:1.6.7 -> 1.7.8 (*) | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.6.0 | | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.6.0 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 | | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 (*) @@ -1252,13 +1226,13 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- org.jetbrains.compose.ui:ui:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.components:components-resources:1.6.11 | | | \--- org.jetbrains.compose.components:components-resources-android:1.6.11 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | \--- org.jetbrains.compose.components:components-ui-tooling-preview:1.6.11 | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.6.11 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | +--- io.coil-kt.coil3:coil-compose:3.0.4 | | \--- io.coil-kt.coil3:coil-compose-android:3.0.4 | | +--- io.coil-kt.coil3:coil:3.0.4 @@ -1274,41 +1248,171 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- com.squareup.okio:okio:3.9.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (c) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 | | | \--- io.coil-kt.coil3:coil-compose-core-android:3.0.4 | | | +--- com.google.accompanist:accompanist-drawablepainter:0.36.0 | | | | +--- androidx.compose.ui:ui:1.7.0 -> 1.7.8 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.20 (*) | | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| +--- dev.gitlive:firebase-common:2.1.0 +| | \--- dev.gitlive:firebase-common-android-debug:2.1.0 +| | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 +| | | +--- com.google.firebase:firebase-common:21.0.0 +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.1 +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) +| | | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 +| | | | | | \--- com.google.android.gms:play-services-basement:18.3.0 +| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | | +--- com.google.firebase:firebase-components:18.0.0 +| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 +| | | | | | \--- javax.inject:javax.inject:1 +| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | | | \--- com.google.errorprone:error_prone_annotations:2.26.0 +| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | | \--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 +| | | +--- com.google.firebase:firebase-firestore:25.1.0 (c) +| | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (c) +| | | \--- com.google.firebase:firebase-common:21.0.0 (c) +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| +--- dev.gitlive:firebase-firestore:2.1.0 +| | \--- dev.gitlive:firebase-firestore-android-debug:2.1.0 +| | +--- com.google.firebase:firebase-firestore -> 25.1.0 +| | | +--- com.google.firebase:protolite-well-known-types:18.0.0 +| | | | \--- com.google.protobuf:protobuf-javalite:3.14.0 -> 3.25.1 +| | | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0 +| | | | +--- com.google.android.gms:play-services-base:18.0.1 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) +| | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.3.0 (*) +| | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | +--- com.google.firebase:firebase-auth-interop:19.0.2 +| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.3.0 (*) +| | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.1.0 (*) +| | | | \--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*) +| | | +--- com.google.firebase:firebase-common:21.0.0 (*) +| | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | | +--- com.google.firebase:firebase-database-collection:18.0.1 +| | | | \--- com.google.android.gms:play-services-base:18.0.1 (*) +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- com.google.android.gms:play-services-base:18.0.1 (*) +| | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.3.0 (*) +| | | +--- io.grpc:grpc-android:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 +| | | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | | \--- com.google.guava:guava:32.1.3-android +| | | | | +--- com.google.guava:failureaccess:1.0.1 +| | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +| | | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | | +--- org.checkerframework:checker-qual:3.37.0 +| | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0 +| | | | +--- io.grpc:grpc-core:1.62.2 +| | | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | | +--- com.google.code.gson:gson:2.10.1 +| | | | | +--- com.google.android:annotations:4.1.1.4 +| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | | +--- io.perfmark:perfmark-api:0.26.0 +| | | | | \--- io.grpc:grpc-context:1.62.2 +| | | | | \--- io.grpc:grpc-api:1.62.2 (*) +| | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | +--- io.grpc:grpc-okhttp:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- io.grpc:grpc-util:1.62.2 +| | | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | | +--- com.squareup.okio:okio:3.4.0 -> 3.9.1 (*) +| | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | \--- io.perfmark:perfmark-api:0.26.0 +| | | +--- io.grpc:grpc-protobuf-lite:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 +| | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | +--- io.grpc:grpc-stub:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.10.1 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | +--- dev.gitlive:firebase-app:2.1.0 +| | | \--- dev.gitlive:firebase-app-android-debug:2.1.0 +| | | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | +--- dev.gitlive:firebase-common-internal:2.1.0 +| | | \--- dev.gitlive:firebase-common-internal-android-debug:2.1.0 +| | | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) | +--- io.insert-koin:koin-annotations:1.4.0 | | \--- io.insert-koin:koin-annotations-jvm:1.4.0 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | +--- io.insert-koin:koin-compose:koin -> 4.0.0 | | \--- io.insert-koin:koin-compose-jvm:4.0.0 | | +--- io.insert-koin:koin-core:4.0.0 | | | \--- io.insert-koin:koin-core-jvm:4.0.0 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | | | +--- co.touchlab:stately-concurrency:2.1.0 | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | | \--- co.touchlab:stately-strict:2.1.0 | | | | \--- co.touchlab:stately-strict-jvm:2.1.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | \--- co.touchlab:stately-concurrent-collections:2.1.0 | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0 | | | +--- co.touchlab:stately-concurrency:2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 | | \--- io.insert-koin:koin-compose-viewmodel-jvm:4.0.0 | | +--- io.insert-koin:koin-compose:4.0.0 (*) @@ -1319,23 +1423,20 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.0 -> 2.8.2 (*) | | | +--- org.jetbrains.androidx.core:core-bundle:1.0.0 -> 1.0.1 (*) | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.0 -> 1.2.2 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.8.0 -> 2.8.2 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | +--- io.insert-koin:koin-core:4.0.0 (*) | +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) | +--- co.touchlab:kermit:2.0.2 | | \--- co.touchlab:kermit-android-debug:2.0.2 -| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*) | | +--- co.touchlab:kermit-core:2.0.2 | | | \--- co.touchlab:kermit-core-android-debug:2.0.2 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*) | | \--- org.jetbrains.kotlin:kotlin-test-junit:1.9.10 | | +--- org.jetbrains.kotlin:kotlin-test:1.9.10 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) | | \--- junit:junit:4.13.2 | | \--- org.hamcrest:hamcrest-core:1.3 | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) @@ -1346,13 +1447,13 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 | | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) | | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- io.ktor:ktor-client-core:3.0.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) | +--- org.jetbrains.compose.material:material:1.7.3 -| | +--- androidx.compose.material:material:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.material:material:1.7.6 (*) | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | +--- org.jetbrains.compose.animation:animation-core:1.7.3 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1362,12 +1463,12 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- androidx.compose.material:material-icons-core:1.7.6 | | | | \--- androidx.compose.material:material-icons-core-android:1.7.6 | | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 (*) | | | \--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | +--- org.jetbrains.compose.material:material-ripple:1.7.3 -| | | +--- androidx.compose.material:material-ripple:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.material:material-ripple:1.7.6 (*) | | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) @@ -1383,21 +1484,28 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.0.2 | | +--- app.cash.sqldelight:runtime:2.0.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | \--- app.cash.sqldelight:async-extensions:2.0.2 | | \--- app.cash.sqldelight:async-extensions-jvm:2.0.2 | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | \--- app.cash.sqldelight:runtime:2.0.2 (*) | +--- project :modules:feature-home-api | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 +| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1409,12 +1517,14 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- project :modules:library-navigation-api | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1423,7 +1533,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | +--- co.touchlab:kermit:2.0.2 (*) | | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) -| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | | +--- project :modules:library-network-api | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | | +--- io.ktor:ktor-client-android:3.0.1 (*) @@ -1439,11 +1549,11 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | +--- com.squareup.okio:okio:3.9.0 -> 3.9.1 (*) | | | | | +--- com.benasher44:uuid:0.8.2 | | | | | | \--- com.benasher44:uuid-jvm:0.8.2 -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.1.20 (*) | | | | | \--- com.apollographql.apollo:apollo-annotations:4.1.1 | | | | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.1.1 -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (c) | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.1.1 | | | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.1.1 | | | | | \--- com.apollographql.apollo:apollo-annotations:4.1.1 (*) @@ -1467,12 +1577,14 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.9.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1490,23 +1602,21 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | | | +--- com.apollographql.apollo:apollo-api:4.1.1 (*) | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.1.1 (*) | | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.0.2 (*) -| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 -| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 -| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-navigation | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) | | +--- project :modules:library-navigation-api (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1516,18 +1626,20 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) | | +--- project :modules:feature-home-api (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-network-api (*) | +--- project :modules:library-network | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) | | +--- project :modules:library-network-api (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1536,16 +1648,18 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- co.touchlab:kermit:2.0.2 (*) | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-ui-shared | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1557,99 +1671,47 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. | | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) | | +--- com.eygraber:compose-placeholder:1.0.8 | | | \--- com.eygraber:compose-placeholder-android:1.0.8 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.2 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-util:1.6.2 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) -| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +--- project :modules:library-navigation (*) +--- project :modules:library-network (*) -+--- project :modules:library-ui -| +--- androidx.appcompat:appcompat:1.7.0 (*) -| +--- androidx.compose.material:material:1.7.8 (*) -| +--- androidx.compose.material3:material3:1.3.2 -| | \--- androidx.compose.material3:material3-android:1.3.2 -| | +--- androidx.activity:activity-compose:1.8.2 -> 1.10.1 (*) -| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) -| | +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6 (*) -| | +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 -| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) -| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) -| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 (*) -| +--- androidx.compose.runtime:runtime:1.7.8 (*) -| +--- androidx.compose.runtime:runtime-livedata:1.7.8 -| | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-livedata:2.6.1 -> 2.8.7 (*) -| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) -| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.3 -> 2.8.7 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (c) -| | \--- androidx.compose.runtime:runtime-saveable:1.7.8 (c) -| +--- androidx.compose.ui:ui-tooling:1.7.8 (*) -| +--- androidx.compose.ui:ui:1.7.8 (*) -| +--- androidx.core:core-splashscreen:1.0.1 -| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.0 (*) -| +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) -| +--- androidx.paging:paging-compose:3.3.6 -| | \--- androidx.paging:paging-compose-android:3.3.6 -| | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.5.0 -> 1.7.8 (*) -| | +--- androidx.paging:paging-common:3.3.6 -| | | \--- androidx.paging:paging-common-android:3.3.6 -| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | +--- androidx.arch.core:core-common:2.2.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | \--- androidx.paging:paging-common:3.3.6 (c) -| +--- com.google.android.material:material:1.12.0 (*) -| +--- com.leinardi.android:speed-dial.compose:2.0.0-alpha01 -| | +--- androidx.compose.material:material:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.material3:material3:1.0.0-beta01 -> 1.3.2 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*) -| | +--- androidx.appcompat:appcompat:1.5.1 -> 1.7.0 (*) -| | +--- androidx.compose.runtime:runtime:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-tooling:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.3.0-beta02 -> 1.7.8 (*) -| | \--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| +--- androidx.customview:customview:1.2.0-rc01 (*) -| +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) -| +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) -| +--- com.michael-bull.kotlin-result:kotlin-result-coroutines:2.0.1 -| | \--- com.michael-bull.kotlin-result:kotlin-result-coroutines-jvm:2.0.1 -| | +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| +--- com.jakewharton.timber:timber:5.0.1 (*) -| +--- project :modules:library-navigation-api (*) -| \--- com.google.dagger:hilt-android:2.55 (*) +--- androidx.compose.ui:ui:1.7.8 (*) -+--- androidx.compose.material3:material3:1.3.2 (*) ++--- androidx.compose.material3:material3:1.3.2 +| \--- androidx.compose.material3:material3-android:1.3.2 +| +--- androidx.activity:activity-compose:1.8.2 -> 1.10.1 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6 (*) +| +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.6 (*) +| +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.8 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- dev.gitlive:firebase-firestore:2.1.0 (*) \--- io.insert-koin:koin-android:3.5.3 +--- io.insert-koin:koin-core:3.5.3 -> 4.0.0 (*) +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) @@ -1657,7 +1719,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'. +--- androidx.fragment:fragment-ktx:1.6.2 (*) +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.8.7 (*) +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 -> 2.8.7 (*) - \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) + \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) (c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree. (*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation. diff --git a/app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt b/app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt index 5abbd9b..21b8fac 100644 --- a/app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt +++ b/app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt @@ -5,22 +5,22 @@ Project ':app' debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. +--- project :app (*) -+--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 ++--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 -| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.0 (c) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (c) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.10 (c) -| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.0 -| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.20 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +--- project :modules:library-test | +--- androidx.test:core-ktx:1.6.1 | | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.8.7 | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 | | | | \--- androidx.annotation:annotation-jvm:1.9.1 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 | | | | +--- org.jetbrains:annotations:23.0.0 @@ -28,41 +28,42 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 (c) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 (c) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (c) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.1 (c) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.1 (c) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 (c) | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.1 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.test:core:1.6.1 | | | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*) | | | +--- androidx.concurrent:concurrent-futures-ktx:1.1.0 | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | | | \--- com.google.guava:listenablefuture:1.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.0 (*) +| | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.4 -> 1.10.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.8.7 (*) | | | +--- androidx.test:monitor:1.7.1 -> 1.7.2 | | | | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*) | | | | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 | | | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) -| | | +--- com.google.guava:listenablefuture:1.0 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | +--- androidx.test:runner:1.6.2 | | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*) | | +--- androidx.test.services:storage:1.5.0 @@ -78,14 +79,14 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | \--- com.apollographql.apollo:apollo-api-jvm:4.1.1 | | | +--- com.squareup.okio:okio:3.9.0 -> 3.9.1 | | | | \--- com.squareup.okio:okio-jvm:3.9.1 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) | | | +--- com.benasher44:uuid:0.8.2 | | | | \--- com.benasher44:uuid-jvm:0.8.2 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.1.20 (*) | | | \--- com.apollographql.apollo:apollo-annotations:4.1.1 | | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.1.1 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (c) | | +--- com.apollographql.apollo:apollo-runtime:4.1.1 | | | \--- com.apollographql.apollo:apollo-runtime-android-debug:4.1.1 | | | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*) @@ -94,17 +95,17 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.core:core:1.16.0 | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) | | | | | +--- androidx.collection:collection:1.4.2 -> 1.4.4 | | | | | | \--- androidx.collection:collection-jvm:1.4.4 | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- androidx.collection:collection-ktx:1.4.4 (c) | | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.4 (c) | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.core:core-viewtree:1.0.0 -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 @@ -122,41 +123,41 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) -| | | | | | | \--- com.google.guava:listenablefuture:1.0 -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) -| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | +--- androidx.tracing:tracing:1.2.0 (*) | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | | +--- org.jspecify:jspecify:1.0.0 | | | | | +--- androidx.core:core-ktx:1.16.0 (c) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- androidx.core:core:1.16.0 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | +--- com.squareup.okhttp3:okhttp:4.12.0 | | | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 (*) | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) | | | +--- com.apollographql.apollo:apollo-api:4.1.1 (*) | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.1.1 | | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.1.1 @@ -166,14 +167,14 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.26.0 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 -> 1.10.1 | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.1 | | | +--- org.jetbrains:annotations:23.0.0 | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 (*) | +--- com.google.dagger:hilt-android-testing:2.55 @@ -199,21 +200,21 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) @@ -221,10 +222,9 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) @@ -233,19 +233,19 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) | | | | | +--- androidx.savedstate:savedstate:1.2.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) @@ -254,15 +254,16 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*) | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.activity:activity-compose:1.10.1 (c) | | | | +--- androidx.activity:activity-ktx:1.10.1 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.1 (*) | | | +--- androidx.fragment:fragment:1.5.1 -> 1.6.2 @@ -284,20 +285,20 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) -| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) @@ -317,19 +318,18 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | | | \--- androidx.customview:customview:1.0.0 -> 1.2.0-rc01 -| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | | | +--- androidx.collection:collection:1.4.2 -> 1.4.4 (*) +| | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) -| | | | | \--- org.jspecify:jspecify:1.0.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) | | | +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.8.7 (*) | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- javax.inject:javax.inject:1 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- com.google.dagger:hilt-core:2.55 (*) | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- androidx.activity:activity:1.5.1 -> 1.10.1 (*) @@ -343,20 +343,20 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- javax.inject:javax.inject:1 | | \--- junit:junit:4.13.2 (*) | +--- junit:junit:4.13.2 (*) -| +--- org.jetbrains.kotlin:kotlin-test:2.1.0 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-test:2.1.20 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | +--- io.mockk:mockk:1.13.16 | | \--- io.mockk:mockk-jvm:1.13.16 | | +--- io.mockk:mockk-dsl:1.13.16 | | | \--- io.mockk:mockk-dsl-jvm:1.13.16 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 -> 1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.10.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-reflect:2.0.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | | \--- io.mockk:mockk-core:1.13.16 | | | \--- io.mockk:mockk-core-jvm:1.13.16 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlin:kotlin-reflect:2.0.0 (*) | | +--- io.mockk:mockk-agent:1.13.16 | | | \--- io.mockk:mockk-agent-jvm:1.13.16 @@ -365,13 +365,13 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- net.bytebuddy:byte-buddy-agent:1.14.17 | | | +--- io.mockk:mockk-agent-api:1.13.16 | | | | \--- io.mockk:mockk-agent-api-jvm:1.13.16 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlin:kotlin-reflect:2.0.0 (*) | | | \--- io.mockk:mockk-core:1.13.16 (*) | | +--- io.mockk:mockk-agent-api:1.13.16 (*) | | +--- io.mockk:mockk-core:1.13.16 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | +--- junit:junit:4.13.2 (*) | | +--- org.junit.jupiter:junit-jupiter:5.8.2 | | | +--- org.junit:junit-bom:5.8.2 @@ -399,51 +399,51 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 -> 1.10.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.10.1 (*) | | \--- org.jetbrains.kotlin:kotlin-reflect:2.0.0 (*) -| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +--- junit:junit:4.13.2 (*) -+--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +--- com.squareup.leakcanary:leakcanary-android:2.14 | +--- com.squareup.leakcanary:leakcanary-android-core:2.14 | | +--- com.squareup.leakcanary:shark-android:2.14 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | \--- com.squareup.leakcanary:shark:2.14 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | +--- com.squareup.okio:okio:2.2.2 -> 3.9.1 (*) | | | \--- com.squareup.leakcanary:shark-graph:2.14 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | +--- com.squareup.okio:okio:2.2.2 -> 3.9.1 (*) | | | \--- com.squareup.leakcanary:shark-hprof:2.14 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | \--- com.squareup.leakcanary:shark-log:2.14 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 | | | +--- com.squareup.leakcanary:leakcanary-object-watcher:2.14 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | | \--- com.squareup.leakcanary:shark-log:2.14 (*) | | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.14 | | | | +--- com.squareup.leakcanary:shark-log:2.14 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | +--- com.squareup.curtains:curtains:1.2.4 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-androidx:2.14 | | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-support-fragments:2.14 | | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | +--- com.squareup.leakcanary:leakcanary-object-watcher-android:2.14 | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.1.20 (*) | +--- com.squareup.leakcanary:plumber-android:2.14 | | +--- com.squareup.leakcanary:plumber-android-core:2.14 | | | +--- com.squareup.leakcanary:shark-log:2.14 (*) | | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.14 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) | | | \--- com.squareup.curtains:curtains:1.2.4 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.1.20 (*) +--- androidx.compose.ui:ui-tooling:1.7.8 | \--- androidx.compose.ui:ui-tooling-android:1.7.8 | +--- androidx.activity:activity-compose:1.7.0 -> 1.10.1 @@ -453,7 +453,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) @@ -463,17 +463,16 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) @@ -482,10 +481,11 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | | \--- androidx.savedstate:savedstate:1.2.1 (c) | | | +--- androidx.activity:activity:1.10.1 (c) | | | \--- androidx.activity:activity-compose:1.10.1 (c) @@ -493,21 +493,19 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | \--- androidx.compose.runtime:runtime-android:1.7.8 | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*) | | | +--- androidx.collection:collection:1.4.4 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) -| | | +--- androidx.compose.runtime:runtime-livedata:1.7.8 (c) | | | \--- androidx.compose.runtime:runtime-saveable:1.7.8 (c) | | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.7.8 | | | \--- androidx.compose.runtime:runtime-saveable-android:1.7.8 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- androidx.compose.runtime:runtime:1.7.8 (c) -| | | \--- androidx.compose.runtime:runtime-livedata:1.7.8 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- androidx.compose.runtime:runtime:1.7.8 (c) | | +--- androidx.compose.ui:ui:1.0.1 -> 1.7.8 | | | \--- androidx.compose.ui:ui-android:1.7.8 | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.10.1 (*) @@ -526,7 +524,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.compose.ui:ui-util:1.7.8 | | | | | \--- androidx.compose.ui:ui-util-android:1.7.8 | | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -536,7 +534,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) | | | | | \--- androidx.compose.ui:ui-unit:1.7.8 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-test-manifest:1.7.8 (c) @@ -564,7 +562,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (*) | | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -578,8 +576,8 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | | | +--- androidx.graphics:graphics-path:1.0.1 | | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-test-manifest:1.7.8 (c) @@ -608,7 +606,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) | | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) @@ -623,7 +621,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -639,7 +637,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.3 -> 2.8.7 | | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.8.7 @@ -649,20 +647,20 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -680,11 +678,11 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | +--- androidx.activity:activity:1.10.1 (c) | | +--- androidx.activity:activity-ktx:1.10.1 (c) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) | +--- androidx.compose.animation:animation:1.7.8 | | \--- androidx.compose.animation:animation-android:1.7.8 @@ -700,7 +698,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (*) | | | +--- androidx.compose.ui:ui-unit:1.7.8 (*) | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | \--- androidx.compose.animation:animation:1.7.8 (c) | | +--- androidx.compose.foundation:foundation-layout:1.7.8 @@ -714,22 +712,22 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- androidx.compose.ui:ui-unit:1.7.8 (*) | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.compose.foundation:foundation:1.7.8 (c) | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | +--- androidx.compose.ui:ui:1.7.8 (*) | | +--- androidx.compose.ui:ui-geometry:1.7.8 (*) | | +--- androidx.compose.ui:ui-graphics:1.7.8 (*) | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | \--- androidx.compose.animation:animation-core:1.7.8 (c) -| +--- androidx.compose.material:material:1.0.0 -> 1.7.8 -| | \--- androidx.compose.material:material-android:1.7.8 +| +--- androidx.compose.material:material:1.0.0 -> 1.7.6 +| | \--- androidx.compose.material:material-android:1.7.6 | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | +--- androidx.compose.animation:animation:1.7.8 (*) -| | +--- androidx.compose.animation:animation-core:1.7.8 (*) -| | +--- androidx.compose.foundation:foundation:1.7.8 +| | +--- androidx.compose.animation:animation:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.animation:animation-core:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 | | | \--- androidx.compose.foundation:foundation-android:1.7.8 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) @@ -742,25 +740,25 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) | | | +--- androidx.emoji2:emoji2:1.3.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.7.8 (c) -| | +--- androidx.compose.foundation:foundation-layout:1.7.8 (*) -| | +--- androidx.compose.material:material-ripple:1.7.8 -| | | \--- androidx.compose.material:material-ripple-android:1.7.8 +| | +--- androidx.compose.foundation:foundation-layout:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.material:material-ripple:1.7.6 +| | | \--- androidx.compose.material:material-ripple-android:1.7.6 | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) -| | | +--- androidx.compose.animation:animation:1.7.8 (*) -| | | +--- androidx.compose.foundation:foundation:1.7.8 (*) -| | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.7.8 (*) -| | +--- androidx.compose.ui:ui-text:1.7.8 (*) -| | +--- androidx.compose.ui:ui-util:1.7.8 (*) +| | | +--- androidx.compose.animation:animation:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.runtime:runtime:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- androidx.compose.runtime:runtime:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.ui:ui:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.ui:ui-text:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | +--- androidx.compose.runtime:runtime:1.7.8 (*) | +--- androidx.compose.ui:ui:1.7.8 (*) | +--- androidx.compose.ui:ui-tooling-data:1.7.8 @@ -769,7 +767,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | +--- androidx.compose.ui:ui:1.7.8 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- androidx.compose.ui:ui:1.7.8 (c) | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -794,7 +792,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | \--- androidx.compose.ui:ui-util:1.7.8 (c) | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | +--- androidx.compose.ui:ui:1.7.8 (c) | +--- androidx.compose.ui:ui-test-manifest:1.7.8 (c) | +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) @@ -828,7 +826,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | \--- androidx.fragment:fragment:1.6.2 (c) | | +--- androidx.navigation:navigation-runtime:2.8.9 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.10.1 (*) @@ -846,7 +844,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 -> 2.8.7 (*) | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 @@ -854,7 +852,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 (c) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (c) | | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 (c) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) | | | | +--- androidx.navigation:navigation-compose:2.8.9 (c) | | | | +--- androidx.navigation:navigation-fragment:2.8.9 (c) @@ -863,7 +861,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (c) | | | | +--- androidx.navigation:navigation-ui:2.8.9 (c) | | | | \--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | | +--- androidx.navigation:navigation-common:2.8.9 (c) | | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) @@ -875,32 +873,19 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | \--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) | | +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | +--- androidx.customview:customview:1.1.0 -> 1.2.0-rc01 (*) +| | | +--- androidx.customview:customview:1.1.0 (*) | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) | | | +--- androidx.window:window:1.0.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.10.1 (*) | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) | | | | \--- androidx.core:core:1.3.2 -> 1.16.0 (*) -| | | \--- androidx.transition:transition:1.4.1 -> 1.5.0 -| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) -| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) -| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 -| | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | +--- androidx.documentfile:documentfile:1.0.0 -| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | +--- androidx.loader:loader:1.0.0 (*) -| | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 -| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | \--- androidx.print:print:1.0.0 -| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | \--- androidx.transition:transition:1.4.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | +--- androidx.navigation:navigation-compose:2.8.9 (c) | | +--- androidx.navigation:navigation-fragment-ktx:2.8.9 (c) @@ -942,26 +927,16 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (*) | +--- androidx.navigation:navigation-ui:2.8.9 | | +--- androidx.annotation:annotation-experimental:1.4.1 (*) -| | +--- androidx.customview:customview:1.1.0 -> 1.2.0-rc01 (*) +| | +--- androidx.customview:customview:1.1.0 (*) | | +--- androidx.drawerlayout:drawerlayout:1.1.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) -| | | \--- androidx.customview:customview:1.1.0 -> 1.2.0-rc01 (*) +| | | \--- androidx.customview:customview:1.1.0 (*) | | +--- androidx.navigation:navigation-runtime:2.8.9 (*) -| | +--- androidx.transition:transition:1.3.0 -> 1.5.0 (*) -| | +--- com.google.android.material:material:1.4.0 -> 1.12.0 -| | | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 -> 2.0.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-test:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-test-junit:1.8.22 -> 1.9.10 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (c) -| | | +--- com.google.errorprone:error_prone_annotations:2.15.0 -| | | +--- androidx.activity:activity:1.8.0 -> 1.10.1 (*) -| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 +| | +--- androidx.transition:transition:1.3.0 -> 1.4.1 (*) +| | +--- com.google.android.material:material:1.4.0 +| | | +--- androidx.annotation:annotation:1.0.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0 | | | | +--- androidx.activity:activity:1.7.0 -> 1.10.1 (*) | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) | | | | +--- androidx.appcompat:appcompat-resources:1.7.0 @@ -996,32 +971,42 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) -| | | | +--- androidx.customview:customview:1.0.0 -> 1.2.0-rc01 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) | | | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) | | | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 -| | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) -| | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) -| | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | | +--- androidx.core:core:1.5.0 -> 1.16.0 (*) +| | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) -| | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) +| | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) -| | | | +--- androidx.customview:customview:1.0.0 -> 1.2.0-rc01 (*) +| | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) -| | | +--- androidx.transition:transition:1.5.0 (*) +| | | +--- androidx.transition:transition:1.2.0 -> 1.4.1 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) @@ -1054,7 +1039,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | +--- androidx.navigation:navigation-runtime:2.5.1 -> 2.8.9 (*) | | +--- com.google.dagger:hilt-android:2.49 -> 2.55 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1 -> 2.8.7 | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) @@ -1063,19 +1048,19 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | +--- androidx.navigation:navigation-compose:2.5.1 -> 2.8.9 | | +--- androidx.activity:activity-compose:1.8.0 -> 1.10.1 (*) | | +--- androidx.compose.animation:animation:1.7.2 -> 1.7.8 (*) @@ -1085,7 +1070,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- androidx.compose.ui:ui:1.7.2 -> 1.7.8 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.8.7 (*) | | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) | | +--- androidx.navigation:navigation-fragment:2.8.9 (c) @@ -1095,23 +1080,23 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- androidx.navigation:navigation-ui:2.8.9 (c) | | +--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) | | \--- androidx.navigation:navigation-common:2.8.9 (c) -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 | \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.0.1 -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.20 (*) +--- org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8 | \--- org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.8 -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) +--- com.jakewharton.timber:timber:5.0.1 -| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.20 (*) | \--- org.jetbrains:annotations:20.1.0 -> 23.0.0 +--- project :modules:feature-home-shared | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.5 -> 2.8.7 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | +--- io.ktor:ktor-client-android:3.0.1 | | \--- io.ktor:ktor-client-android-jvm:3.0.1 @@ -1136,20 +1121,20 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.5.4 | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.5.4 | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.5.4 -| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.8.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.8.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-events:3.0.1 | | | | \--- io.ktor:ktor-events-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | +--- io.ktor:ktor-http:3.0.1 (*) | | | | +--- io.ktor:ktor-utils:3.0.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-websocket-serialization:3.0.1 | | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 @@ -1165,52 +1150,52 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | | | +--- io.ktor:ktor-http:3.0.1 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-sse:3.0.1 | | | | \--- io.ktor:ktor-sse-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | +--- io.ktor:ktor-http:3.0.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.9.0 -> 1.10.1 | | | +--- org.slf4j:slf4j-api:1.7.32 -> 2.0.16 | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- app.cash.sqldelight:android-driver:2.0.2 | | +--- androidx.sqlite:sqlite-framework:2.4.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | +--- androidx.sqlite:sqlite:2.4.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.sqlite:sqlite-framework:2.4.0 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.sqlite:sqlite:2.4.0 (c) | | +--- app.cash.sqldelight:runtime:2.0.2 | | | \--- app.cash.sqldelight:runtime-jvm:2.0.2 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | +--- androidx.sqlite:sqlite:2.4.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | +--- app.cash.sqldelight:runtime:2.0.1 -> 2.0.2 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.5 -> 2.8.7 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 | | | +--- androidx.lifecycle:lifecycle-common:2.8.5 -> 2.8.7 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.4 | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.5 -> 2.8.7 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 @@ -1218,19 +1203,18 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 | | +--- androidx.activity:activity-compose:1.8.0 -> 1.10.1 (*) | | +--- androidx.navigation:navigation-compose:2.8.0-rc01 -> 2.8.9 (*) | | +--- org.jetbrains.androidx.core:core-bundle:1.0.1 | | | \--- org.jetbrains.androidx.core:core-bundle-android-debug:1.0.1 | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.2 -> 2.8.4 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.2 -> 2.8.4 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.2 -> 2.8.4 (*) @@ -1253,16 +1237,15 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | +--- org.jetbrains.androidx.core:core-bundle:1.0.1 (*) | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.2 -> 2.8.4 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 -> 1.10.1 (*) | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.6.11 -> 1.7.3 | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.6 -> 1.7.8 (*) -| | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui:1.6.11 -> 1.7.3 | | | | +--- androidx.compose.ui:ui:1.7.6 -> 1.7.8 (*) | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 (*) @@ -1276,10 +1259,8 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 | | | | | +--- androidx.compose.ui:ui-geometry:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) -| | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 -| | | | | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 +| | | | | \--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 | | | | | +--- androidx.compose.ui:ui-graphics:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1291,10 +1272,8 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 (*) -| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) -| | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) +| | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-text:1.7.3 | | | | | +--- androidx.compose.ui:ui-text:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1304,15 +1283,13 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 (*) | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.2 (*) | | +--- org.jetbrains.androidx.navigation:navigation-common:2.8.0-alpha10 | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) @@ -1326,7 +1303,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.0-beta02 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.0-beta02 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.8.0-alpha10 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.10.1 (*) @@ -1340,7 +1317,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.0-beta02 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.0-beta02 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | +--- org.jetbrains.compose.animation:animation:1.7.0-beta02 -> 1.7.3 @@ -1353,7 +1330,6 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.7.3 @@ -1362,19 +1338,16 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) -| | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 (*) -| | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | +--- org.jetbrains.compose.animation:animation-core:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.foundation:foundation-layout:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.ui:ui:1.7.0-beta02 -> 1.7.3 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 | | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.5.4 @@ -1382,8 +1355,8 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | \--- androidx.compose.ui:ui-tooling-preview:1.6.7 -> 1.7.8 (*) | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.6.0 | | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.6.0 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 | | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 (*) @@ -1398,13 +1371,13 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- org.jetbrains.compose.ui:ui:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.components:components-resources:1.6.11 | | | \--- org.jetbrains.compose.components:components-resources-android:1.6.11 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | \--- org.jetbrains.compose.components:components-ui-tooling-preview:1.6.11 | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.6.11 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | +--- io.coil-kt.coil3:coil-compose:3.0.4 | | \--- io.coil-kt.coil3:coil-compose-android:3.0.4 | | +--- io.coil-kt.coil3:coil:3.0.4 @@ -1420,41 +1393,168 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- com.squareup.okio:okio:3.9.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (c) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 | | | \--- io.coil-kt.coil3:coil-compose-core-android:3.0.4 | | | +--- com.google.accompanist:accompanist-drawablepainter:0.36.0 | | | | +--- androidx.compose.ui:ui:1.7.0 -> 1.7.8 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.20 (*) | | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| +--- dev.gitlive:firebase-common:2.1.0 +| | \--- dev.gitlive:firebase-common-android-debug:2.1.0 +| | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 +| | | +--- com.google.firebase:firebase-common:21.0.0 +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.1 +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) +| | | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 +| | | | | | \--- com.google.android.gms:play-services-basement:18.3.0 +| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | | +--- com.google.firebase:firebase-components:18.0.0 +| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 +| | | | | | \--- javax.inject:javax.inject:1 +| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | | | \--- com.google.errorprone:error_prone_annotations:2.26.0 +| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | | \--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 +| | | +--- com.google.firebase:firebase-firestore:25.1.0 (c) +| | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (c) +| | | \--- com.google.firebase:firebase-common:21.0.0 (c) +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| +--- dev.gitlive:firebase-firestore:2.1.0 +| | \--- dev.gitlive:firebase-firestore-android-debug:2.1.0 +| | +--- com.google.firebase:firebase-firestore -> 25.1.0 +| | | +--- com.google.firebase:protolite-well-known-types:18.0.0 +| | | | \--- com.google.protobuf:protobuf-javalite:3.14.0 -> 3.25.1 +| | | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0 +| | | | +--- com.google.android.gms:play-services-base:18.0.1 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) +| | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.3.0 (*) +| | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | +--- com.google.firebase:firebase-auth-interop:19.0.2 +| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.3.0 (*) +| | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.1.0 (*) +| | | | \--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*) +| | | +--- com.google.firebase:firebase-common:21.0.0 (*) +| | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | | +--- com.google.firebase:firebase-database-collection:18.0.1 +| | | | \--- com.google.android.gms:play-services-base:18.0.1 (*) +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- com.google.android.gms:play-services-base:18.0.1 (*) +| | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.3.0 (*) +| | | +--- io.grpc:grpc-android:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 +| | | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | | \--- com.google.guava:guava:32.1.3-android +| | | | | +--- com.google.guava:failureaccess:1.0.1 +| | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +| | | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | | +--- org.checkerframework:checker-qual:3.37.0 +| | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0 +| | | | +--- io.grpc:grpc-core:1.62.2 +| | | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | | +--- com.google.code.gson:gson:2.10.1 +| | | | | +--- com.google.android:annotations:4.1.1.4 +| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | | +--- io.perfmark:perfmark-api:0.26.0 +| | | | | \--- io.grpc:grpc-context:1.62.2 +| | | | | \--- io.grpc:grpc-api:1.62.2 (*) +| | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | +--- io.grpc:grpc-okhttp:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- io.grpc:grpc-util:1.62.2 +| | | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | | +--- com.squareup.okio:okio:3.4.0 -> 3.9.1 (*) +| | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | \--- io.perfmark:perfmark-api:0.26.0 +| | | +--- io.grpc:grpc-protobuf-lite:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 +| | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | +--- io.grpc:grpc-stub:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.10.1 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | +--- dev.gitlive:firebase-app:2.1.0 +| | | \--- dev.gitlive:firebase-app-android-debug:2.1.0 +| | | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | +--- dev.gitlive:firebase-common-internal:2.1.0 +| | | \--- dev.gitlive:firebase-common-internal-android-debug:2.1.0 +| | | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) | +--- io.insert-koin:koin-annotations:1.4.0 | | \--- io.insert-koin:koin-annotations-jvm:1.4.0 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | +--- io.insert-koin:koin-compose:koin -> 4.0.0 | | \--- io.insert-koin:koin-compose-jvm:4.0.0 | | +--- io.insert-koin:koin-core:4.0.0 | | | \--- io.insert-koin:koin-core-jvm:4.0.0 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | | | +--- co.touchlab:stately-concurrency:2.1.0 | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | | \--- co.touchlab:stately-strict:2.1.0 | | | | \--- co.touchlab:stately-strict-jvm:2.1.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | \--- co.touchlab:stately-concurrent-collections:2.1.0 | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0 | | | +--- co.touchlab:stately-concurrency:2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 | | \--- io.insert-koin:koin-compose-viewmodel-jvm:4.0.0 | | +--- io.insert-koin:koin-compose:4.0.0 (*) @@ -1465,9 +1565,9 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.0 -> 2.8.2 (*) | | | +--- org.jetbrains.androidx.core:core-bundle:1.0.0 -> 1.0.1 (*) | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.0 -> 1.2.2 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.8.0 -> 2.8.2 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | +--- io.insert-koin:koin-core:4.0.0 (*) | +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) | +--- co.touchlab:kermit:2.0.2 @@ -1477,7 +1577,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | \--- co.touchlab:kermit-core-android-debug:2.0.2 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*) | | \--- org.jetbrains.kotlin:kotlin-test-junit:1.9.10 -| | +--- org.jetbrains.kotlin:kotlin-test:1.9.10 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-test:1.9.10 -> 2.1.20 (*) | | \--- junit:junit:4.13.2 (*) | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 @@ -1487,13 +1587,13 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 | | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) | | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- io.ktor:ktor-client-core:3.0.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) | +--- org.jetbrains.compose.material:material:1.7.3 -| | +--- androidx.compose.material:material:1.7.6 -> 1.7.8 (*) +| | +--- androidx.compose.material:material:1.7.6 (*) | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | +--- org.jetbrains.compose.animation:animation-core:1.7.3 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1503,12 +1603,12 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- androidx.compose.material:material-icons-core:1.7.6 | | | | \--- androidx.compose.material:material-icons-core-android:1.7.6 | | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 (*) | | | \--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | +--- org.jetbrains.compose.material:material-ripple:1.7.3 -| | | +--- androidx.compose.material:material-ripple:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.material:material-ripple:1.7.6 (*) | | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) @@ -1524,21 +1624,28 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.0.2 | | +--- app.cash.sqldelight:runtime:2.0.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | \--- app.cash.sqldelight:async-extensions:2.0.2 | | \--- app.cash.sqldelight:async-extensions-jvm:2.0.2 | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | \--- app.cash.sqldelight:runtime:2.0.2 (*) | +--- project :modules:feature-home-api | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 +| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1550,12 +1657,14 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- project :modules:library-navigation-api | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1564,7 +1673,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | +--- co.touchlab:kermit:2.0.2 (*) | | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) -| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | | +--- project :modules:library-network-api | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | | +--- io.ktor:ktor-client-android:3.0.1 (*) @@ -1585,12 +1694,14 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.9.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1608,23 +1719,21 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | | | +--- com.apollographql.apollo:apollo-api:4.1.1 (*) | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.1.1 (*) | | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.0.2 (*) -| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 -| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 -| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-navigation | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) | | +--- project :modules:library-navigation-api (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1634,18 +1743,20 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) | | +--- project :modules:feature-home-api (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-network-api (*) | +--- project :modules:library-network | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) | | +--- project :modules:library-network-api (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1654,16 +1765,18 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- co.touchlab:kermit:2.0.2 (*) | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-ui-shared | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1675,99 +1788,47 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. | | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) | | +--- com.eygraber:compose-placeholder:1.0.8 | | | \--- com.eygraber:compose-placeholder-android:1.0.8 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.2 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-util:1.6.2 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) -| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +--- project :modules:library-navigation (*) +--- project :modules:library-network (*) -+--- project :modules:library-ui -| +--- androidx.appcompat:appcompat:1.7.0 (*) -| +--- androidx.compose.material:material:1.7.8 (*) -| +--- androidx.compose.material3:material3:1.3.2 -| | \--- androidx.compose.material3:material3-android:1.3.2 -| | +--- androidx.activity:activity-compose:1.8.2 -> 1.10.1 (*) -| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) -| | +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6 (*) -| | +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 -| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) -| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) -| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 (*) -| +--- androidx.compose.runtime:runtime:1.7.8 (*) -| +--- androidx.compose.runtime:runtime-livedata:1.7.8 -| | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-livedata:2.6.1 -> 2.8.7 (*) -| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) -| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.3 -> 2.8.7 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (c) -| | \--- androidx.compose.runtime:runtime-saveable:1.7.8 (c) -| +--- androidx.compose.ui:ui-tooling:1.7.8 (*) -| +--- androidx.compose.ui:ui:1.7.8 (*) -| +--- androidx.core:core-splashscreen:1.0.1 -| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.0 (*) -| +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) -| +--- androidx.paging:paging-compose:3.3.6 -| | \--- androidx.paging:paging-compose-android:3.3.6 -| | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.5.0 -> 1.7.8 (*) -| | +--- androidx.paging:paging-common:3.3.6 -| | | \--- androidx.paging:paging-common-android:3.3.6 -| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | +--- androidx.arch.core:core-common:2.2.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | \--- androidx.paging:paging-common:3.3.6 (c) -| +--- com.google.android.material:material:1.12.0 (*) -| +--- com.leinardi.android:speed-dial.compose:2.0.0-alpha01 -| | +--- androidx.compose.material:material:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.material3:material3:1.0.0-beta01 -> 1.3.2 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*) -| | +--- androidx.appcompat:appcompat:1.5.1 -> 1.7.0 (*) -| | +--- androidx.compose.runtime:runtime:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-tooling:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.3.0-beta02 -> 1.7.8 (*) -| | \--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| +--- androidx.customview:customview:1.2.0-rc01 (*) -| +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) -| +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) -| +--- com.michael-bull.kotlin-result:kotlin-result-coroutines:2.0.1 -| | \--- com.michael-bull.kotlin-result:kotlin-result-coroutines-jvm:2.0.1 -| | +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| +--- com.jakewharton.timber:timber:5.0.1 (*) -| +--- project :modules:library-navigation-api (*) -| \--- com.google.dagger:hilt-android:2.55 (*) +--- androidx.compose.ui:ui:1.7.8 (*) -+--- androidx.compose.material3:material3:1.3.2 (*) ++--- androidx.compose.material3:material3:1.3.2 +| \--- androidx.compose.material3:material3-android:1.3.2 +| +--- androidx.activity:activity-compose:1.8.2 -> 1.10.1 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6 (*) +| +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.6 (*) +| +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.8 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- dev.gitlive:firebase-firestore:2.1.0 (*) \--- io.insert-koin:koin-android:3.5.3 +--- io.insert-koin:koin-core:3.5.3 -> 4.0.0 (*) +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) @@ -1775,7 +1836,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'. +--- androidx.fragment:fragment-ktx:1.6.2 (*) +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.8.7 (*) +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 -> 2.8.7 (*) - \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) + \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) (c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree. (*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation. diff --git a/app/versions/dependencies/releaseRuntimeClasspathDependencies.txt b/app/versions/dependencies/releaseRuntimeClasspathDependencies.txt index f997a85..7ff5f35 100644 --- a/app/versions/dependencies/releaseRuntimeClasspathDependencies.txt +++ b/app/versions/dependencies/releaseRuntimeClasspathDependencies.txt @@ -4,9 +4,9 @@ Project ':app' ------------------------------------------------------------ releaseRuntimeClasspath - Runtime classpath of '/release'. -+--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 | +--- org.jetbrains:annotations:13.0 -> 23.0.0 -| +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.0 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (c) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.10 (c) +--- androidx.activity:activity-compose:1.10.1 @@ -14,25 +14,25 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- androidx.activity:activity:1.10.1 | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 | | | | \--- androidx.annotation:annotation-jvm:1.9.1 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | +--- androidx.core:core-ktx:1.13.0 -> 1.16.0 | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) | | | | +--- androidx.core:core:1.16.0 | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) | | | | | +--- androidx.collection:collection:1.4.2 -> 1.4.4 | | | | | | \--- androidx.collection:collection-jvm:1.4.4 | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- androidx.collection:collection-ktx:1.4.4 (c) | | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.4 (c) | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava | | | | | +--- androidx.core:core-viewtree:1.0.0 -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 @@ -46,7 +46,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 | | | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 | | | | | | | | +--- org.jetbrains:annotations:23.0.0 @@ -54,20 +54,21 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 (c) | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 (c) | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (c) +| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.1 (c) | | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.1 (c) -| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) | | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) @@ -75,56 +76,56 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 | | | | | | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | | | | | \--- com.google.guava:listenablefuture:1.0 -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) -| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | +--- androidx.tracing:tracing:1.2.0 (*) | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | | +--- org.jspecify:jspecify:1.0.0 | | | | | +--- androidx.core:core-ktx:1.16.0 (c) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- androidx.core:core:1.16.0 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | +--- androidx.core:core-viewtree:1.0.0 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) @@ -132,10 +133,9 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) @@ -144,19 +144,19 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) | | | | +--- androidx.savedstate:savedstate:1.2.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) @@ -165,20 +165,21 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*) | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | +--- androidx.activity:activity-compose:1.10.1 (c) | | | +--- androidx.activity:activity-ktx:1.10.1 (c) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7 | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) @@ -188,17 +189,16 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) @@ -207,10 +207,11 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.savedstate:savedstate-ktx:1.2.1 | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | \--- androidx.savedstate:savedstate:1.2.1 (c) | | +--- androidx.activity:activity:1.10.1 (c) | | \--- androidx.activity:activity-compose:1.10.1 (c) @@ -218,21 +219,19 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | \--- androidx.compose.runtime:runtime-android:1.7.8 | | +--- androidx.annotation:annotation-experimental:1.4.1 (*) | | +--- androidx.collection:collection:1.4.4 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) -| | +--- androidx.compose.runtime:runtime-livedata:1.7.8 (c) | | \--- androidx.compose.runtime:runtime-saveable:1.7.8 (c) | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.7.8 | | \--- androidx.compose.runtime:runtime-saveable-android:1.7.8 | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (c) -| | \--- androidx.compose.runtime:runtime-livedata:1.7.8 (c) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- androidx.compose.runtime:runtime:1.7.8 (c) | +--- androidx.compose.ui:ui:1.0.1 -> 1.7.8 | | \--- androidx.compose.ui:ui-android:1.7.8 | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.10.1 (*) @@ -251,7 +250,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- androidx.compose.ui:ui-util:1.7.8 | | | | \--- androidx.compose.ui:ui-util-android:1.7.8 | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -260,7 +259,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) | | | | \--- androidx.compose.ui:ui-unit:1.7.8 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) | | | +--- androidx.compose.ui:ui-text:1.7.8 (c) @@ -287,7 +286,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -300,8 +299,8 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | | +--- androidx.graphics:graphics-path:1.0.1 | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | +--- androidx.compose.ui:ui-text:1.7.8 (c) @@ -329,7 +328,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) @@ -344,7 +343,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -359,7 +358,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | +--- androidx.customview:customview-poolingcontainer:1.0.0 | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.3 -> 2.8.7 | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.8.7 @@ -369,20 +368,20 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -399,10 +398,10 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | +--- androidx.savedstate:savedstate:1.2.1 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | +--- androidx.activity:activity-ktx:1.10.1 (c) -| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | \--- androidx.activity:activity:1.10.1 (c) +--- androidx.core:core-ktx:1.16.0 (*) +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (*) @@ -431,20 +430,20 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) -| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) @@ -468,12 +467,12 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | \--- androidx.fragment:fragment:1.6.2 (c) | | +--- androidx.navigation:navigation-runtime:2.8.9 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.10.1 (*) @@ -491,7 +490,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 -> 2.8.7 (*) | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 @@ -499,7 +498,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 (c) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (c) | | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 (c) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) | | | | +--- androidx.navigation:navigation-compose:2.8.9 (c) | | | | +--- androidx.navigation:navigation-fragment:2.8.9 (c) @@ -508,7 +507,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (c) | | | | +--- androidx.navigation:navigation-ui:2.8.9 (c) | | | | \--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | | +--- androidx.navigation:navigation-common:2.8.9 (c) | | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) @@ -523,29 +522,16 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- androidx.customview:customview:1.1.0 (*) | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) | | | +--- androidx.window:window:1.0.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.10.1 (*) | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) | | | | \--- androidx.core:core:1.3.2 -> 1.16.0 (*) -| | | \--- androidx.transition:transition:1.4.1 -> 1.5.0 -| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) -| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) -| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 -| | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | +--- androidx.documentfile:documentfile:1.0.0 -| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | +--- androidx.loader:loader:1.0.0 (*) -| | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 -| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | \--- androidx.print:print:1.0.0 -| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | \--- androidx.transition:transition:1.4.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | +--- androidx.navigation:navigation-compose:2.8.9 (c) | | +--- androidx.navigation:navigation-fragment-ktx:2.8.9 (c) @@ -593,19 +579,10 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) | | | \--- androidx.customview:customview:1.1.0 (*) | | +--- androidx.navigation:navigation-runtime:2.8.9 (*) -| | +--- androidx.transition:transition:1.3.0 -> 1.5.0 (*) -| | +--- com.google.android.material:material:1.4.0 -> 1.12.0 -| | | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-test-junit:1.8.22 -> 1.9.10 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-test:1.8.22 -> 1.9.10 (c) -| | | +--- com.google.errorprone:error_prone_annotations:2.15.0 -| | | +--- androidx.activity:activity:1.8.0 -> 1.10.1 (*) -| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 +| | +--- androidx.transition:transition:1.3.0 -> 1.4.1 (*) +| | +--- com.google.android.material:material:1.4.0 +| | | +--- androidx.annotation:annotation:1.0.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0 | | | | +--- androidx.activity:activity:1.7.0 -> 1.10.1 (*) | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) | | | | +--- androidx.appcompat:appcompat-resources:1.7.0 @@ -640,7 +617,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) @@ -653,19 +630,29 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) | | | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) | | | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 -| | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) -| | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) -| | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | | +--- androidx.core:core:1.5.0 -> 1.16.0 (*) +| | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) -| | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) +| | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) -| | | +--- androidx.transition:transition:1.5.0 (*) +| | | +--- androidx.transition:transition:1.2.0 -> 1.4.1 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) @@ -710,7 +697,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.8.7 (*) | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | +--- javax.inject:javax.inject:1 -| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +--- androidx.hilt:hilt-navigation-compose:1.2.0 | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.7.8 (*) | +--- androidx.compose.ui:ui:1.0.1 -> 1.7.8 (*) @@ -718,7 +705,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | +--- androidx.navigation:navigation-runtime:2.5.1 -> 2.8.9 (*) | | +--- com.google.dagger:hilt-android:2.49 -> 2.55 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1 -> 2.8.7 | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) @@ -727,19 +714,19 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | +--- androidx.navigation:navigation-compose:2.5.1 -> 2.8.9 | | +--- androidx.activity:activity-compose:1.8.0 -> 1.10.1 (*) | | +--- androidx.compose.animation:animation:1.7.2 -> 1.7.8 @@ -756,7 +743,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-unit:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | \--- androidx.compose.animation:animation:1.7.8 (c) | | | +--- androidx.compose.foundation:foundation-layout:1.7.8 @@ -770,14 +757,14 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.compose.ui:ui-unit:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.compose.foundation:foundation:1.7.8 (c) | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | | +--- androidx.compose.ui:ui:1.7.8 (*) | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (*) | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (*) | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.compose.animation:animation-core:1.7.8 (c) | | +--- androidx.compose.foundation:foundation-layout:1.7.2 -> 1.7.8 (*) | | +--- androidx.compose.runtime:runtime:1.7.2 -> 1.7.8 (*) @@ -785,7 +772,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- androidx.compose.ui:ui:1.7.2 -> 1.7.8 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.8.7 (*) | | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) | | +--- androidx.navigation:navigation-fragment:2.8.9 (c) @@ -795,23 +782,23 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- androidx.navigation:navigation-ui:2.8.9 (c) | | +--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) | | \--- androidx.navigation:navigation-common:2.8.9 (c) -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 | \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.0.1 -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.20 (*) +--- org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8 | \--- org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.8 -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) +--- com.jakewharton.timber:timber:5.0.1 -| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.20 (*) | \--- org.jetbrains:annotations:20.1.0 -> 23.0.0 +--- project :modules:feature-home-shared | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.5 -> 2.8.7 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | +--- io.ktor:ktor-client-android:3.0.1 | | \--- io.ktor:ktor-client-android-jvm:3.0.1 @@ -836,20 +823,20 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.5.4 | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.5.4 | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.5.4 -| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.8.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.8.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-events:3.0.1 | | | | \--- io.ktor:ktor-events-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | +--- io.ktor:ktor-http:3.0.1 (*) | | | | +--- io.ktor:ktor-utils:3.0.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-websocket-serialization:3.0.1 | | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 @@ -865,52 +852,52 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | | | +--- io.ktor:ktor-http:3.0.1 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-sse:3.0.1 | | | | \--- io.ktor:ktor-sse-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | +--- io.ktor:ktor-http:3.0.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.9.0 -> 1.10.1 | | | +--- org.slf4j:slf4j-api:1.7.32 -> 2.0.16 | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- app.cash.sqldelight:android-driver:2.0.2 | | +--- androidx.sqlite:sqlite-framework:2.4.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | +--- androidx.sqlite:sqlite:2.4.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.sqlite:sqlite-framework:2.4.0 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.sqlite:sqlite:2.4.0 (c) | | +--- app.cash.sqldelight:runtime:2.0.2 | | | \--- app.cash.sqldelight:runtime-jvm:2.0.2 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | +--- androidx.sqlite:sqlite:2.4.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | +--- app.cash.sqldelight:runtime:2.0.1 -> 2.0.2 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.5 -> 2.8.7 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 | | | +--- androidx.lifecycle:lifecycle-common:2.8.5 -> 2.8.7 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.4 | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.5 -> 2.8.7 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 @@ -918,21 +905,20 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 | | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.26.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 | | +--- androidx.activity:activity-compose:1.8.0 -> 1.10.1 (*) | | +--- androidx.navigation:navigation-compose:2.8.0-rc01 -> 2.8.9 (*) | | +--- org.jetbrains.androidx.core:core-bundle:1.0.1 | | | \--- org.jetbrains.androidx.core:core-bundle-android:1.0.1 | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.2 -> 2.8.4 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.2 -> 2.8.4 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.2 -> 2.8.4 (*) @@ -955,16 +941,15 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | +--- org.jetbrains.androidx.core:core-bundle:1.0.1 (*) | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.2 -> 2.8.4 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 -> 1.10.1 (*) | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.6.11 -> 1.7.3 | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.6 -> 1.7.8 (*) -| | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui:1.6.11 -> 1.7.3 | | | | +--- androidx.compose.ui:ui:1.7.6 -> 1.7.8 (*) | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 (*) @@ -978,10 +963,8 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 | | | | | +--- androidx.compose.ui:ui-geometry:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) -| | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 -| | | | | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 +| | | | | \--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 | | | | | +--- androidx.compose.ui:ui-graphics:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -993,10 +976,8 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 (*) -| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) -| | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) +| | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-text:1.7.3 | | | | | +--- androidx.compose.ui:ui-text:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1006,15 +987,13 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 (*) | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.2 (*) | | +--- org.jetbrains.androidx.navigation:navigation-common:2.8.0-alpha10 | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) @@ -1028,7 +1007,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.0-beta02 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.0-beta02 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.8.0-alpha10 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.10.1 (*) @@ -1042,7 +1021,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.0-beta02 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.0-beta02 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | +--- org.jetbrains.compose.animation:animation:1.7.0-beta02 -> 1.7.3 @@ -1055,7 +1034,6 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.7.3 @@ -1064,19 +1042,16 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) -| | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 (*) -| | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | +--- org.jetbrains.compose.animation:animation-core:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.foundation:foundation-layout:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.ui:ui:1.7.0-beta02 -> 1.7.3 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 | | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.5.4 @@ -1095,8 +1070,8 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | \--- androidx.compose.ui:ui-util:1.7.8 (c) | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.6.0 | | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.6.0 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 | | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 @@ -1112,7 +1087,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) | | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.compose.foundation:foundation-layout:1.7.8 (c) | | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1125,13 +1100,13 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- org.jetbrains.compose.ui:ui:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.components:components-resources:1.6.11 | | | \--- org.jetbrains.compose.components:components-resources-android:1.6.11 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | \--- org.jetbrains.compose.components:components-ui-tooling-preview:1.6.11 | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.6.11 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | +--- io.coil-kt.coil3:coil-compose:3.0.4 | | \--- io.coil-kt.coil3:coil-compose-android:3.0.4 | | +--- io.coil-kt.coil3:coil:3.0.4 @@ -1147,43 +1122,173 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- com.squareup.okio:okio:3.9.1 | | | | | \--- com.squareup.okio:okio-jvm:3.9.1 -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (c) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 | | | \--- io.coil-kt.coil3:coil-compose-core-android:3.0.4 | | | +--- com.google.accompanist:accompanist-drawablepainter:0.36.0 | | | | +--- androidx.compose.ui:ui:1.7.0 -> 1.7.8 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.20 (*) | | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| +--- dev.gitlive:firebase-common:2.1.0 +| | \--- dev.gitlive:firebase-common-android:2.1.0 +| | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 +| | | +--- com.google.firebase:firebase-common:21.0.0 +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.1 +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) +| | | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 +| | | | | | \--- com.google.android.gms:play-services-basement:18.3.0 +| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | | +--- com.google.firebase:firebase-components:18.0.0 +| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 +| | | | | | \--- javax.inject:javax.inject:1 +| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | | | \--- com.google.errorprone:error_prone_annotations:2.26.0 +| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | | \--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 +| | | +--- com.google.firebase:firebase-firestore:25.1.0 (c) +| | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (c) +| | | \--- com.google.firebase:firebase-common:21.0.0 (c) +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| +--- dev.gitlive:firebase-firestore:2.1.0 +| | \--- dev.gitlive:firebase-firestore-android:2.1.0 +| | +--- com.google.firebase:firebase-firestore -> 25.1.0 +| | | +--- com.google.firebase:protolite-well-known-types:18.0.0 +| | | | \--- com.google.protobuf:protobuf-javalite:3.14.0 -> 3.25.1 +| | | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0 +| | | | +--- com.google.android.gms:play-services-base:18.0.1 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) +| | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.3.0 (*) +| | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | +--- com.google.firebase:firebase-auth-interop:19.0.2 +| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.3.0 (*) +| | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.1.0 (*) +| | | | \--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*) +| | | +--- com.google.firebase:firebase-common:21.0.0 (*) +| | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | | +--- com.google.firebase:firebase-database-collection:18.0.1 +| | | | \--- com.google.android.gms:play-services-base:18.0.1 (*) +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- com.google.android.gms:play-services-base:18.0.1 (*) +| | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.3.0 (*) +| | | +--- io.grpc:grpc-android:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 +| | | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | | \--- com.google.guava:guava:32.1.3-android +| | | | | +--- com.google.guava:failureaccess:1.0.1 +| | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +| | | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | | +--- org.checkerframework:checker-qual:3.37.0 +| | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0 +| | | | +--- io.grpc:grpc-core:1.62.2 +| | | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | | +--- com.google.code.gson:gson:2.10.1 +| | | | | +--- com.google.android:annotations:4.1.1.4 +| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | | +--- io.perfmark:perfmark-api:0.26.0 +| | | | | \--- io.grpc:grpc-context:1.62.2 +| | | | | \--- io.grpc:grpc-api:1.62.2 (*) +| | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | +--- io.grpc:grpc-okhttp:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- io.grpc:grpc-util:1.62.2 +| | | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | | +--- com.squareup.okio:okio:3.4.0 -> 3.9.1 (*) +| | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | \--- io.perfmark:perfmark-api:0.26.0 +| | | +--- io.grpc:grpc-protobuf-lite:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 +| | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | +--- io.grpc:grpc-stub:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.10.1 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | +--- dev.gitlive:firebase-app:2.1.0 +| | | \--- dev.gitlive:firebase-app-android:2.1.0 +| | | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | +--- dev.gitlive:firebase-common-internal:2.1.0 +| | | \--- dev.gitlive:firebase-common-internal-android:2.1.0 +| | | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) | +--- io.insert-koin:koin-annotations:1.4.0 | | \--- io.insert-koin:koin-annotations-jvm:1.4.0 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | +--- io.insert-koin:koin-compose:koin -> 4.0.0 | | \--- io.insert-koin:koin-compose-jvm:4.0.0 | | +--- io.insert-koin:koin-core:4.0.0 | | | \--- io.insert-koin:koin-core-jvm:4.0.0 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | | | +--- co.touchlab:stately-concurrency:2.1.0 | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | | \--- co.touchlab:stately-strict:2.1.0 | | | | \--- co.touchlab:stately-strict-jvm:2.1.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | \--- co.touchlab:stately-concurrent-collections:2.1.0 | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0 | | | +--- co.touchlab:stately-concurrency:2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 | | \--- io.insert-koin:koin-compose-viewmodel-jvm:4.0.0 | | +--- io.insert-koin:koin-compose:4.0.0 (*) @@ -1194,23 +1299,20 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.0 -> 2.8.2 (*) | | | +--- org.jetbrains.androidx.core:core-bundle:1.0.0 -> 1.0.1 (*) | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.0 -> 1.2.2 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.8.0 -> 2.8.2 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | +--- io.insert-koin:koin-core:4.0.0 (*) | +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) | +--- co.touchlab:kermit:2.0.2 | | \--- co.touchlab:kermit-android:2.0.2 -| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*) | | +--- co.touchlab:kermit-core:2.0.2 | | | \--- co.touchlab:kermit-core-android:2.0.2 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*) | | \--- org.jetbrains.kotlin:kotlin-test-junit:1.9.10 | | +--- org.jetbrains.kotlin:kotlin-test:1.9.10 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) | | \--- junit:junit:4.13.2 | | \--- org.hamcrest:hamcrest-core:1.3 | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) @@ -1221,36 +1323,36 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 | | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) | | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- io.ktor:ktor-client-core:3.0.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) | +--- org.jetbrains.compose.material:material:1.7.3 -| | +--- androidx.compose.material:material:1.7.6 -> 1.7.8 -| | | \--- androidx.compose.material:material-android:1.7.8 +| | +--- androidx.compose.material:material:1.7.6 +| | | \--- androidx.compose.material:material-android:1.7.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | | +--- androidx.compose.animation:animation:1.7.8 (*) -| | | +--- androidx.compose.animation:animation-core:1.7.8 (*) -| | | +--- androidx.compose.foundation:foundation:1.7.8 (*) -| | | +--- androidx.compose.foundation:foundation-layout:1.7.8 (*) -| | | +--- androidx.compose.material:material-ripple:1.7.8 -| | | | \--- androidx.compose.material:material-ripple-android:1.7.8 +| | | +--- androidx.compose.animation:animation:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.animation:animation-core:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.foundation:foundation-layout:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.material:material-ripple:1.7.6 +| | | | \--- androidx.compose.material:material-ripple-android:1.7.6 | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) -| | | | +--- androidx.compose.animation:animation:1.7.8 (*) -| | | | +--- androidx.compose.foundation:foundation:1.7.8 (*) -| | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | +--- androidx.compose.ui:ui:1.7.8 (*) -| | | +--- androidx.compose.ui:ui-text:1.7.8 (*) -| | | +--- androidx.compose.ui:ui-util:1.7.8 (*) +| | | | +--- androidx.compose.animation:animation:1.7.6 -> 1.7.8 (*) +| | | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 (*) +| | | | +--- androidx.compose.runtime:runtime:1.7.6 -> 1.7.8 (*) +| | | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | +--- androidx.compose.runtime:runtime:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.ui:ui:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.ui:ui-text:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | +--- org.jetbrains.compose.animation:animation-core:1.7.3 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1260,12 +1362,12 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- androidx.compose.material:material-icons-core:1.7.6 | | | | \--- androidx.compose.material:material-icons-core-android:1.7.6 | | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 (*) | | | \--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | +--- org.jetbrains.compose.material:material-ripple:1.7.3 -| | | +--- androidx.compose.material:material-ripple:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.material:material-ripple:1.7.6 (*) | | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) @@ -1281,21 +1383,28 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.0.2 | | +--- app.cash.sqldelight:runtime:2.0.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | \--- app.cash.sqldelight:async-extensions:2.0.2 | | \--- app.cash.sqldelight:async-extensions-jvm:2.0.2 | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | \--- app.cash.sqldelight:runtime:2.0.2 (*) | +--- project :modules:feature-home-api | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 +| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1307,12 +1416,14 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- project :modules:library-navigation-api | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1321,10 +1432,10 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | +--- co.touchlab:kermit:2.0.2 (*) | | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) -| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.0 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- project :modules:library-network-api | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | | +--- io.ktor:ktor-client-android:3.0.1 (*) @@ -1340,11 +1451,11 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | +--- com.squareup.okio:okio:3.9.0 -> 3.9.1 (*) | | | | | +--- com.benasher44:uuid:0.8.2 | | | | | | \--- com.benasher44:uuid-jvm:0.8.2 -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.1.20 (*) | | | | | \--- com.apollographql.apollo:apollo-annotations:4.1.1 | | | | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.1.1 -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (c) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (c) | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.1.1 | | | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.1.1 | | | | | \--- com.apollographql.apollo:apollo-annotations:4.1.1 (*) @@ -1368,12 +1479,14 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.9.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1391,23 +1504,21 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | | | +--- com.apollographql.apollo:apollo-api:4.1.1 (*) | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.1.1 (*) | | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.0.2 (*) -| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 -| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 -| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-navigation | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) | | +--- project :modules:library-navigation-api (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1417,18 +1528,20 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) | | +--- project :modules:feature-home-api (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-network-api (*) | +--- project :modules:library-network | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) | | +--- project :modules:library-network-api (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1437,16 +1550,18 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- co.touchlab:kermit:2.0.2 (*) | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-ui-shared | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1458,131 +1573,47 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) | | +--- com.eygraber:compose-placeholder:1.0.8 | | | \--- com.eygraber:compose-placeholder-android:1.0.8 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.2 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-util:1.6.2 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) -| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +--- project :modules:library-navigation (*) +--- project :modules:library-network (*) -+--- project :modules:library-ui -| +--- androidx.appcompat:appcompat:1.7.0 (*) -| +--- androidx.compose.material:material:1.7.8 (*) -| +--- androidx.compose.material3:material3:1.3.2 -| | \--- androidx.compose.material3:material3-android:1.3.2 -| | +--- androidx.activity:activity-compose:1.8.2 -> 1.10.1 (*) -| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) -| | +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6 (*) -| | +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 -| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) -| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) -| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 (*) -| +--- androidx.compose.runtime:runtime:1.7.8 (*) -| +--- androidx.compose.runtime:runtime-livedata:1.7.8 -| | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-livedata:2.6.1 -> 2.8.7 (*) -| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) -| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.3 -> 2.8.7 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (c) -| | \--- androidx.compose.runtime:runtime-saveable:1.7.8 (c) -| +--- androidx.compose.ui:ui-tooling:1.7.8 -| | \--- androidx.compose.ui:ui-tooling-android:1.7.8 -| | +--- androidx.activity:activity-compose:1.7.0 -> 1.10.1 (*) -| | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | +--- androidx.compose.animation:animation:1.7.8 (*) -| | +--- androidx.compose.material:material:1.0.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.7.8 (*) -| | +--- androidx.compose.ui:ui-tooling-data:1.7.8 -| | | \--- androidx.compose.ui:ui-tooling-data-android:1.7.8 -| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | +--- androidx.compose.ui:ui:1.7.8 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- androidx.compose.ui:ui:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-text:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-tooling:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-unit:1.7.8 (c) -| | | \--- androidx.compose.ui:ui-util:1.7.8 (c) -| | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) -| | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.ui:ui:1.7.8 (c) -| | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) -| | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) -| | +--- androidx.compose.ui:ui-text:1.7.8 (c) -| | +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) -| | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) -| | +--- androidx.compose.ui:ui-unit:1.7.8 (c) -| | \--- androidx.compose.ui:ui-util:1.7.8 (c) -| +--- androidx.compose.ui:ui:1.7.8 (*) -| +--- androidx.core:core-splashscreen:1.0.1 -| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.0 (*) -| +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) -| +--- androidx.paging:paging-compose:3.3.6 -| | \--- androidx.paging:paging-compose-android:3.3.6 -| | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.5.0 -> 1.7.8 (*) -| | +--- androidx.paging:paging-common:3.3.6 -| | | \--- androidx.paging:paging-common-android:3.3.6 -| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | +--- androidx.arch.core:core-common:2.2.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | \--- androidx.paging:paging-common:3.3.6 (c) -| +--- com.google.android.material:material:1.12.0 (*) -| +--- com.leinardi.android:speed-dial.compose:2.0.0-alpha01 -| | +--- androidx.compose.material:material:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.material3:material3:1.0.0-beta01 -> 1.3.2 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*) -| | +--- androidx.appcompat:appcompat:1.5.1 -> 1.7.0 (*) -| | +--- androidx.compose.runtime:runtime:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-tooling:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.3.0-beta02 -> 1.7.8 (*) -| | \--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) -| +--- com.michael-bull.kotlin-result:kotlin-result-coroutines:2.0.1 -| | \--- com.michael-bull.kotlin-result:kotlin-result-coroutines-jvm:2.0.1 -| | +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| +--- com.jakewharton.timber:timber:5.0.1 (*) -| +--- project :modules:library-navigation-api (*) -| \--- com.google.dagger:hilt-android:2.55 (*) +--- androidx.compose.ui:ui:1.7.8 (*) -+--- androidx.compose.material3:material3:1.3.2 (*) ++--- androidx.compose.material3:material3:1.3.2 +| \--- androidx.compose.material3:material3-android:1.3.2 +| +--- androidx.activity:activity-compose:1.8.2 -> 1.10.1 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6 (*) +| +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.6 (*) +| +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.8 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- dev.gitlive:firebase-firestore:2.1.0 (*) +--- io.insert-koin:koin-android:3.5.3 | +--- io.insert-koin:koin-core:3.5.3 -> 4.0.0 (*) | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) @@ -1590,9 +1621,43 @@ releaseRuntimeClasspath - Runtime classpath of '/release'. | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.8.7 (*) | +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 -> 2.8.7 (*) -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) -+--- androidx.compose.ui:ui-tooling:1.7.8 (*) -\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) ++--- androidx.compose.ui:ui-tooling:1.7.8 +| \--- androidx.compose.ui:ui-tooling-android:1.7.8 +| +--- androidx.activity:activity-compose:1.7.0 -> 1.10.1 (*) +| +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) +| +--- androidx.compose.animation:animation:1.7.8 (*) +| +--- androidx.compose.material:material:1.0.0 -> 1.7.6 (*) +| +--- androidx.compose.runtime:runtime:1.7.8 (*) +| +--- androidx.compose.ui:ui:1.7.8 (*) +| +--- androidx.compose.ui:ui-tooling-data:1.7.8 +| | \--- androidx.compose.ui:ui-tooling-data-android:1.7.8 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| | +--- androidx.compose.runtime:runtime:1.7.8 (*) +| | +--- androidx.compose.ui:ui:1.7.8 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- androidx.compose.ui:ui:1.7.8 (c) +| | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) +| | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) +| | +--- androidx.compose.ui:ui-text:1.7.8 (c) +| | +--- androidx.compose.ui:ui-tooling:1.7.8 (c) +| | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) +| | +--- androidx.compose.ui:ui-unit:1.7.8 (c) +| | \--- androidx.compose.ui:ui-util:1.7.8 (c) +| +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (*) +| +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) +| +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| +--- androidx.compose.ui:ui:1.7.8 (c) +| +--- androidx.compose.ui:ui-geometry:1.7.8 (c) +| +--- androidx.compose.ui:ui-graphics:1.7.8 (c) +| +--- androidx.compose.ui:ui-text:1.7.8 (c) +| +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) +| +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) +| +--- androidx.compose.ui:ui-unit:1.7.8 (c) +| \--- androidx.compose.ui:ui-util:1.7.8 (c) +\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) (c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree. (*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation. diff --git a/app/versions/dependencies/releaseUnitTestRuntimeClasspathDependencies.txt b/app/versions/dependencies/releaseUnitTestRuntimeClasspathDependencies.txt index 4f19c98..cfced5e 100644 --- a/app/versions/dependencies/releaseUnitTestRuntimeClasspathDependencies.txt +++ b/app/versions/dependencies/releaseUnitTestRuntimeClasspathDependencies.txt @@ -5,22 +5,22 @@ Project ':app' releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. +--- project :app (*) -+--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 ++--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 | | +--- org.jetbrains:annotations:13.0 -> 23.0.0 -| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.0 (c) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c) | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (c) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.10 (c) -| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.0 -| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.20 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +--- project :modules:library-test | +--- androidx.test:core-ktx:1.6.1 | | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.8.7 | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7 | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 | | | | \--- androidx.annotation:annotation-jvm:1.9.1 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 | | | | +--- org.jetbrains:annotations:23.0.0 @@ -28,41 +28,42 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 (c) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1 (c) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (c) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.1 (c) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.1 (c) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 (c) | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.1 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.test:core:1.6.1 | | | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*) | | | +--- androidx.concurrent:concurrent-futures-ktx:1.1.0 | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | | | \--- com.google.guava:listenablefuture:1.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.0 (*) +| | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.4 -> 1.10.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.8.7 (*) | | | +--- androidx.test:monitor:1.7.1 -> 1.7.2 | | | | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*) | | | | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 | | | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*) -| | | +--- com.google.guava:listenablefuture:1.0 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | +--- androidx.test:runner:1.6.2 | | +--- androidx.annotation:annotation:1.7.0-beta01 -> 1.9.1 (*) | | +--- androidx.test.services:storage:1.5.0 @@ -78,14 +79,14 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | \--- com.apollographql.apollo:apollo-api-jvm:4.1.1 | | | +--- com.squareup.okio:okio:3.9.0 -> 3.9.1 | | | | \--- com.squareup.okio:okio-jvm:3.9.1 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.20 (*) | | | +--- com.benasher44:uuid:0.8.2 | | | | \--- com.benasher44:uuid-jvm:0.8.2 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.1.20 (*) | | | \--- com.apollographql.apollo:apollo-annotations:4.1.1 | | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.1.1 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (c) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (c) | | +--- com.apollographql.apollo:apollo-runtime:4.1.1 | | | \--- com.apollographql.apollo:apollo-runtime-android:4.1.1 | | | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*) @@ -94,17 +95,17 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.core:core:1.16.0 | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*) | | | | | +--- androidx.collection:collection:1.4.2 -> 1.4.4 | | | | | | \--- androidx.collection:collection-jvm:1.4.4 | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- androidx.collection:collection-ktx:1.4.4 (c) | | | | | | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.4 (c) | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.core:core-viewtree:1.0.0 -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7 @@ -122,41 +123,41 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) -| | | | | | | \--- com.google.guava:listenablefuture:1.0 -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) -| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | +--- androidx.tracing:tracing:1.2.0 (*) | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | | +--- org.jspecify:jspecify:1.0.0 | | | | | +--- androidx.core:core-ktx:1.16.0 (c) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- androidx.core:core:1.16.0 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | +--- com.squareup.okhttp3:okhttp:4.12.0 | | | | +--- com.squareup.okio:okio:3.6.0 -> 3.9.1 (*) | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.20 (*) | | | +--- com.apollographql.apollo:apollo-api:4.1.1 (*) | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.1.1 | | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.1.1 @@ -166,14 +167,14 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.26.0 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 -> 1.10.1 | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.1 | | | +--- org.jetbrains:annotations:23.0.0 | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 (*) | +--- com.google.dagger:hilt-android-testing:2.55 @@ -199,21 +200,21 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7 | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) @@ -221,10 +222,9 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) @@ -233,19 +233,19 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) | | | | | +--- androidx.savedstate:savedstate:1.2.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | | | | \--- androidx.savedstate:savedstate-ktx:1.2.1 (c) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) @@ -254,15 +254,16 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*) | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | +--- androidx.activity:activity-compose:1.10.1 (c) | | | | +--- androidx.activity:activity-ktx:1.10.1 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.1 (*) | | | +--- androidx.fragment:fragment:1.5.1 -> 1.6.2 @@ -284,20 +285,20 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (*) -| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) -| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) -| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | | | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) @@ -321,14 +322,14 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | | +--- androidx.core:core:1.3.0 -> 1.16.0 (*) | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) | | | +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.8.7 (*) | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- javax.inject:javax.inject:1 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- com.google.dagger:hilt-core:2.55 (*) | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- androidx.activity:activity:1.5.1 -> 1.10.1 (*) @@ -342,20 +343,20 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- javax.inject:javax.inject:1 | | \--- junit:junit:4.13.2 (*) | +--- junit:junit:4.13.2 (*) -| +--- org.jetbrains.kotlin:kotlin-test:2.1.0 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-test:2.1.20 +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | +--- io.mockk:mockk:1.13.16 | | \--- io.mockk:mockk-jvm:1.13.16 | | +--- io.mockk:mockk-dsl:1.13.16 | | | \--- io.mockk:mockk-dsl-jvm:1.13.16 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 -> 1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.10.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-reflect:2.0.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | | \--- io.mockk:mockk-core:1.13.16 | | | \--- io.mockk:mockk-core-jvm:1.13.16 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlin:kotlin-reflect:2.0.0 (*) | | +--- io.mockk:mockk-agent:1.13.16 | | | \--- io.mockk:mockk-agent-jvm:1.13.16 @@ -364,13 +365,13 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- net.bytebuddy:byte-buddy-agent:1.14.17 | | | +--- io.mockk:mockk-agent-api:1.13.16 | | | | \--- io.mockk:mockk-agent-api-jvm:1.13.16 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlin:kotlin-reflect:2.0.0 (*) | | | \--- io.mockk:mockk-core:1.13.16 (*) | | +--- io.mockk:mockk-agent-api:1.13.16 (*) | | +--- io.mockk:mockk-core:1.13.16 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | +--- junit:junit:4.13.2 (*) | | +--- org.junit.jupiter:junit-jupiter:5.8.2 | | | +--- org.junit:junit-bom:5.8.2 @@ -398,9 +399,9 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 -> 1.10.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.10.1 (*) | | \--- org.jetbrains.kotlin:kotlin-reflect:2.0.0 (*) -| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +--- junit:junit:4.13.2 (*) -+--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) ++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +--- androidx.activity:activity-compose:1.10.1 | +--- androidx.activity:activity-ktx:1.10.1 | | +--- androidx.activity:activity:1.10.1 (*) @@ -408,7 +409,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7 | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) @@ -418,17 +419,16 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) @@ -437,10 +437,11 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.savedstate:savedstate-ktx:1.2.1 | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*) | | | \--- androidx.savedstate:savedstate:1.2.1 (c) | | +--- androidx.activity:activity:1.10.1 (c) | | \--- androidx.activity:activity-compose:1.10.1 (c) @@ -448,21 +449,19 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | \--- androidx.compose.runtime:runtime-android:1.7.8 | | +--- androidx.annotation:annotation-experimental:1.4.1 (*) | | +--- androidx.collection:collection:1.4.4 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) -| | +--- androidx.compose.runtime:runtime-livedata:1.7.8 (c) | | \--- androidx.compose.runtime:runtime-saveable:1.7.8 (c) | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.7.8 | | \--- androidx.compose.runtime:runtime-saveable-android:1.7.8 | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (c) -| | \--- androidx.compose.runtime:runtime-livedata:1.7.8 (c) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | \--- androidx.compose.runtime:runtime:1.7.8 (c) | +--- androidx.compose.ui:ui:1.0.1 -> 1.7.8 | | \--- androidx.compose.ui:ui-android:1.7.8 | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.10.1 (*) @@ -481,7 +480,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- androidx.compose.ui:ui-util:1.7.8 | | | | \--- androidx.compose.ui:ui-util-android:1.7.8 | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -490,7 +489,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) | | | | \--- androidx.compose.ui:ui-unit:1.7.8 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) | | | +--- androidx.compose.ui:ui-text:1.7.8 (c) @@ -517,7 +516,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) @@ -530,8 +529,8 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | | +--- androidx.graphics:graphics-path:1.0.1 | | | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) | | | +--- androidx.compose.ui:ui-text:1.7.8 (c) @@ -559,7 +558,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (*) | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) @@ -574,7 +573,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | | | | \--- androidx.emoji2:emoji2-views-helper:1.3.0 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | +--- androidx.compose.ui:ui:1.7.8 (c) | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -589,7 +588,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- androidx.core:core:1.12.0 -> 1.16.0 (*) | | +--- androidx.customview:customview-poolingcontainer:1.0.0 | | | +--- androidx.core:core-ktx:1.5.0 -> 1.16.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*) | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.3 -> 2.8.7 | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.8.7 @@ -599,20 +598,20 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) @@ -629,10 +628,10 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | +--- androidx.savedstate:savedstate:1.2.1 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | +--- androidx.activity:activity-ktx:1.10.1 (c) -| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c) | \--- androidx.activity:activity:1.10.1 (c) +--- androidx.core:core-ktx:1.16.0 (*) +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (*) @@ -646,7 +645,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7 (*) | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.20 (*) | | | \--- androidx.fragment:fragment:1.6.2 (c) | | +--- androidx.navigation:navigation-runtime:2.8.9 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.10.1 (*) @@ -664,7 +663,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 -> 2.8.7 (*) | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*) | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 @@ -672,7 +671,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 (c) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (c) | | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0 (c) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) | | | | +--- androidx.navigation:navigation-compose:2.8.9 (c) | | | | +--- androidx.navigation:navigation-fragment:2.8.9 (c) @@ -681,7 +680,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (c) | | | | +--- androidx.navigation:navigation-ui:2.8.9 (c) | | | | \--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | | +--- androidx.navigation:navigation-common:2.8.9 (c) | | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) @@ -696,29 +695,16 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- androidx.customview:customview:1.1.0 (*) | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) | | | +--- androidx.window:window:1.0.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.10.1 (*) | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) | | | | \--- androidx.core:core:1.3.2 -> 1.16.0 (*) -| | | \--- androidx.transition:transition:1.4.1 -> 1.5.0 -| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | +--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) -| | | +--- androidx.core:core:1.13.0 -> 1.16.0 (*) -| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 -| | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) -| | | +--- androidx.documentfile:documentfile:1.0.0 -| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | +--- androidx.loader:loader:1.0.0 (*) -| | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 -| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | \--- androidx.print:print:1.0.0 -| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | \--- androidx.transition:transition:1.4.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) +| | | \--- androidx.collection:collection:1.1.0 -> 1.4.4 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | +--- androidx.navigation:navigation-compose:2.8.9 (c) | | +--- androidx.navigation:navigation-fragment-ktx:2.8.9 (c) @@ -766,20 +752,10 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) | | | \--- androidx.customview:customview:1.1.0 (*) | | +--- androidx.navigation:navigation-runtime:2.8.9 (*) -| | +--- androidx.transition:transition:1.3.0 -> 1.5.0 (*) -| | +--- com.google.android.material:material:1.4.0 -> 1.12.0 -| | | +--- org.jetbrains.kotlin:kotlin-bom:1.8.22 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 -> 2.0.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-test:1.8.22 -> 2.1.0 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-test-junit:1.8.22 -> 1.9.10 (c) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (c) -| | | +--- com.google.errorprone:error_prone_annotations:2.15.0 -| | | +--- androidx.activity:activity:1.8.0 -> 1.10.1 (*) -| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 +| | +--- androidx.transition:transition:1.3.0 -> 1.4.1 (*) +| | +--- com.google.android.material:material:1.4.0 +| | | +--- androidx.annotation:annotation:1.0.1 -> 1.9.1 (*) +| | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0 | | | | +--- androidx.activity:activity:1.7.0 -> 1.10.1 (*) | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*) | | | | +--- androidx.appcompat:appcompat-resources:1.7.0 @@ -814,7 +790,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.appcompat:appcompat-resources:1.7.0 (c) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) @@ -827,19 +803,29 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.7.0 (*) | | | | +--- androidx.core:core:1.3.1 -> 1.16.0 (*) | | | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 -| | | +--- androidx.core:core:1.6.0 -> 1.16.0 (*) -| | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) -| | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*) +| | | +--- androidx.core:core:1.5.0 -> 1.16.0 (*) +| | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 +| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.16.0 (*) +| | | | +--- androidx.documentfile:documentfile:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | +--- androidx.loader:loader:1.0.0 (*) +| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 +| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) +| | | | \--- androidx.print:print:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*) -| | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) +| | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.8.7 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) -| | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) -| | | +--- androidx.transition:transition:1.5.0 (*) +| | | +--- androidx.transition:transition:1.2.0 -> 1.4.1 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) @@ -872,7 +858,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | +--- androidx.navigation:navigation-runtime:2.5.1 -> 2.8.9 (*) | | +--- com.google.dagger:hilt-android:2.49 -> 2.55 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1 -> 2.8.7 | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7 | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) @@ -881,19 +867,19 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-common-java8:2.8.7 (c) -| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | +--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) | +--- androidx.navigation:navigation-compose:2.5.1 -> 2.8.9 | | +--- androidx.activity:activity-compose:1.8.0 -> 1.10.1 (*) | | +--- androidx.compose.animation:animation:1.7.2 -> 1.7.8 @@ -910,7 +896,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-unit:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) | | | | \--- androidx.compose.animation:animation:1.7.8 (c) | | | +--- androidx.compose.foundation:foundation-layout:1.7.8 @@ -924,14 +910,14 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.compose.ui:ui-unit:1.7.8 (*) | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) | | | | +--- androidx.core:core:1.7.0 -> 1.16.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.compose.foundation:foundation:1.7.8 (c) | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) | | | +--- androidx.compose.ui:ui:1.7.8 (*) | | | +--- androidx.compose.ui:ui-geometry:1.7.8 (*) | | | +--- androidx.compose.ui:ui-graphics:1.7.8 (*) | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.compose.animation:animation-core:1.7.8 (c) | | +--- androidx.compose.foundation:foundation-layout:1.7.2 -> 1.7.8 (*) | | +--- androidx.compose.runtime:runtime:1.7.2 -> 1.7.8 (*) @@ -939,7 +925,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- androidx.compose.ui:ui:1.7.2 -> 1.7.8 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.8.7 (*) | | +--- androidx.navigation:navigation-runtime-ktx:2.8.9 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3 -> 1.8.0 (*) | | +--- androidx.navigation:navigation-common-ktx:2.8.9 (c) | | +--- androidx.navigation:navigation-fragment:2.8.9 (c) @@ -949,23 +935,23 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- androidx.navigation:navigation-ui:2.8.9 (c) | | +--- androidx.navigation:navigation-ui-ktx:2.8.9 (c) | | \--- androidx.navigation:navigation-common:2.8.9 (c) -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 | \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.0.1 -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.20 (*) +--- org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8 | \--- org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.8 -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) +--- com.jakewharton.timber:timber:5.0.1 -| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.20 (*) | \--- org.jetbrains:annotations:20.1.0 -> 23.0.0 +--- project :modules:feature-home-shared | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.5 -> 2.8.7 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | +--- io.ktor:ktor-client-android:3.0.1 | | \--- io.ktor:ktor-client-android-jvm:3.0.1 @@ -990,20 +976,20 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.5.4 | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.5.4 | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.5.4 -| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.8.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.8.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-events:3.0.1 | | | | \--- io.ktor:ktor-events-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | +--- io.ktor:ktor-http:3.0.1 (*) | | | | +--- io.ktor:ktor-utils:3.0.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-websocket-serialization:3.0.1 | | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 @@ -1019,52 +1005,52 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | | | +--- io.ktor:ktor-http:3.0.1 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | +--- io.ktor:ktor-sse:3.0.1 | | | | \--- io.ktor:ktor-sse-jvm:3.0.1 | | | | +--- org.slf4j:slf4j-api:2.0.16 | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | +--- io.ktor:ktor-http:3.0.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.9.0 -> 1.10.1 | | | +--- org.slf4j:slf4j-api:1.7.32 -> 2.0.16 | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- app.cash.sqldelight:android-driver:2.0.2 | | +--- androidx.sqlite:sqlite-framework:2.4.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) | | | +--- androidx.sqlite:sqlite:2.4.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.sqlite:sqlite-framework:2.4.0 (c) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | \--- androidx.sqlite:sqlite:2.4.0 (c) | | +--- app.cash.sqldelight:runtime:2.0.2 | | | \--- app.cash.sqldelight:runtime-jvm:2.0.2 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | +--- androidx.sqlite:sqlite:2.4.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | +--- app.cash.sqldelight:runtime:2.0.1 -> 2.0.2 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.5 -> 2.8.7 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 | | | +--- androidx.lifecycle:lifecycle-common:2.8.5 -> 2.8.7 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.4 | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.5 -> 2.8.7 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 @@ -1072,19 +1058,18 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 | | +--- androidx.activity:activity-compose:1.8.0 -> 1.10.1 (*) | | +--- androidx.navigation:navigation-compose:2.8.0-rc01 -> 2.8.9 (*) | | +--- org.jetbrains.androidx.core:core-bundle:1.0.1 | | | \--- org.jetbrains.androidx.core:core-bundle-android:1.0.1 | | | +--- androidx.core:core-ktx:1.2.0 -> 1.16.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.2 -> 2.8.4 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.2 -> 2.8.4 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.2 -> 2.8.4 (*) @@ -1107,16 +1092,15 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | +--- org.jetbrains.androidx.core:core-bundle:1.0.1 (*) | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.2 -> 2.8.4 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.6.11 -> 1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 -> 1.10.1 (*) | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.6.11 -> 1.7.3 | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.6 -> 1.7.8 (*) -| | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui:1.6.11 -> 1.7.3 | | | | +--- androidx.compose.ui:ui:1.7.6 -> 1.7.8 (*) | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4 (*) @@ -1130,10 +1114,8 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 | | | | | +--- androidx.compose.ui:ui-geometry:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) -| | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 -| | | | | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 +| | | | | \--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 | | | | | +--- androidx.compose.ui:ui-graphics:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1145,10 +1127,8 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 (*) -| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) -| | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) +| | | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-text:1.7.3 | | | | | +--- androidx.compose.ui:ui-text:1.7.6 -> 1.7.8 (*) | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1158,15 +1138,13 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 (*) | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | +--- org.jetbrains.kotlinx:atomicfu:0.23.2 -> 0.26.0 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.2 (*) | | +--- org.jetbrains.androidx.navigation:navigation-common:2.8.0-alpha10 | | | +--- androidx.core:core-ktx:1.1.0 -> 1.16.0 (*) @@ -1180,7 +1158,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.0-beta02 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.0-beta02 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.8.0-alpha10 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.10.1 (*) @@ -1194,7 +1172,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.0-beta02 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.0-beta02 -> 1.7.3 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.2 (*) | | +--- org.jetbrains.compose.animation:animation:1.7.0-beta02 -> 1.7.3 @@ -1207,7 +1185,6 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.7.3 @@ -1216,19 +1193,16 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) -| | | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-geometry:1.7.3 (*) -| | | +--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) +| | | \--- org.jetbrains.compose.ui:ui-util:1.7.3 (*) | | +--- org.jetbrains.compose.animation:animation-core:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.foundation:foundation-layout:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.7.0-beta02 -> 1.7.3 (*) | | +--- org.jetbrains.compose.ui:ui:1.7.0-beta02 -> 1.7.3 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.1.0 (*) | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2 -> 1.8.0 (*) | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 | | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.5.4 @@ -1247,8 +1221,8 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | \--- androidx.compose.ui:ui-util:1.7.8 (c) | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.6.0 | | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.6.0 -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 | | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 @@ -1264,7 +1238,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) | | | | +--- androidx.core:core:1.13.1 -> 1.16.0 (*) | | | | +--- androidx.emoji2:emoji2:1.3.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | | \--- androidx.compose.foundation:foundation-layout:1.7.8 (c) | | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1277,13 +1251,13 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- org.jetbrains.compose.ui:ui:1.6.11 -> 1.7.3 (*) | | +--- org.jetbrains.compose.components:components-resources:1.6.11 | | | \--- org.jetbrains.compose.components:components-resources-android:1.6.11 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) | | \--- org.jetbrains.compose.components:components-ui-tooling-preview:1.6.11 | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.6.11 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | +--- io.coil-kt.coil3:coil-compose:3.0.4 | | \--- io.coil-kt.coil3:coil-compose-android:3.0.4 | | +--- io.coil-kt.coil3:coil:3.0.4 @@ -1299,41 +1273,168 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*) | | | | +--- com.squareup.okio:okio:3.9.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (c) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 | | | \--- io.coil-kt.coil3:coil-compose-core-android:3.0.4 | | | +--- com.google.accompanist:accompanist-drawablepainter:0.36.0 | | | | +--- androidx.compose.ui:ui:1.7.0 -> 1.7.8 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.20 (*) | | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.11 -> 1.7.3 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| +--- dev.gitlive:firebase-common:2.1.0 +| | \--- dev.gitlive:firebase-common-android:2.1.0 +| | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 +| | | +--- com.google.firebase:firebase-common:21.0.0 +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.1 +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1 (*) +| | | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 +| | | | | | \--- com.google.android.gms:play-services-basement:18.3.0 +| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) +| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | | +--- com.google.firebase:firebase-components:18.0.0 +| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 +| | | | | | \--- javax.inject:javax.inject:1 +| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | | | \--- com.google.errorprone:error_prone_annotations:2.26.0 +| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*) +| | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) +| | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | | \--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 +| | | +--- com.google.firebase:firebase-firestore:25.1.0 (c) +| | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (c) +| | | \--- com.google.firebase:firebase-common:21.0.0 (c) +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| +--- dev.gitlive:firebase-firestore:2.1.0 +| | \--- dev.gitlive:firebase-firestore-android:2.1.0 +| | +--- com.google.firebase:firebase-firestore -> 25.1.0 +| | | +--- com.google.firebase:protolite-well-known-types:18.0.0 +| | | | \--- com.google.protobuf:protobuf-javalite:3.14.0 -> 3.25.1 +| | | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | +--- com.google.firebase:firebase-annotations:16.2.0 (*) +| | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0 +| | | | +--- com.google.android.gms:play-services-base:18.0.1 +| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.4 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.16.0 (*) +| | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) +| | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.3.0 (*) +| | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*) +| | | +--- com.google.firebase:firebase-auth-interop:19.0.2 +| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.3.0 (*) +| | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.1.0 (*) +| | | | \--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*) +| | | +--- com.google.firebase:firebase-common:21.0.0 (*) +| | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (*) +| | | +--- com.google.firebase:firebase-components:18.0.0 (*) +| | | +--- com.google.firebase:firebase-database-collection:18.0.1 +| | | | \--- com.google.android.gms:play-services-base:18.0.1 (*) +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | | +--- com.google.android.gms:play-services-base:18.0.1 (*) +| | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.3.0 (*) +| | | +--- io.grpc:grpc-android:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 +| | | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | | \--- com.google.guava:guava:32.1.3-android +| | | | | +--- com.google.guava:failureaccess:1.0.1 +| | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +| | | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | | +--- org.checkerframework:checker-qual:3.37.0 +| | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0 +| | | | +--- io.grpc:grpc-core:1.62.2 +| | | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | | +--- com.google.code.gson:gson:2.10.1 +| | | | | +--- com.google.android:annotations:4.1.1.4 +| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | | +--- io.perfmark:perfmark-api:0.26.0 +| | | | | \--- io.grpc:grpc-context:1.62.2 +| | | | | \--- io.grpc:grpc-api:1.62.2 (*) +| | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | +--- io.grpc:grpc-okhttp:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- io.grpc:grpc-util:1.62.2 +| | | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23 +| | | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | | +--- io.grpc:grpc-core:1.62.2 (*) +| | | | +--- com.squareup.okio:okio:3.4.0 -> 3.9.1 (*) +| | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | \--- io.perfmark:perfmark-api:0.26.0 +| | | +--- io.grpc:grpc-protobuf-lite:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 +| | | | +--- com.google.code.findbugs:jsr305:3.0.2 +| | | | \--- com.google.guava:guava:32.1.3-android (*) +| | | +--- io.grpc:grpc-stub:1.62.2 +| | | | +--- io.grpc:grpc-api:1.62.2 (*) +| | | | +--- com.google.guava:guava:32.1.3-android (*) +| | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.10.1 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | +--- dev.gitlive:firebase-app:2.1.0 +| | | \--- dev.gitlive:firebase-app-android:2.1.0 +| | | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | +--- dev.gitlive:firebase-common-internal:2.1.0 +| | | \--- dev.gitlive:firebase-common-internal-android:2.1.0 +| | | +--- com.google.firebase:firebase-common-ktx -> 21.0.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0-RC.2 -> 1.10.1 (*) +| | | +--- com.google.firebase:firebase-bom:33.2.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1 -> 1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2 -> 1.10.1 (*) | +--- io.insert-koin:koin-annotations:1.4.0 | | \--- io.insert-koin:koin-annotations-jvm:1.4.0 -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | +--- io.insert-koin:koin-compose:koin -> 4.0.0 | | \--- io.insert-koin:koin-compose-jvm:4.0.0 | | +--- io.insert-koin:koin-core:4.0.0 | | | \--- io.insert-koin:koin-core-jvm:4.0.0 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | | | +--- co.touchlab:stately-concurrency:2.1.0 | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0 -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | | \--- co.touchlab:stately-strict:2.1.0 | | | | \--- co.touchlab:stately-strict-jvm:2.1.0 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | | \--- co.touchlab:stately-concurrent-collections:2.1.0 | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0 | | | +--- co.touchlab:stately-concurrency:2.1.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | +--- org.jetbrains.compose.runtime:runtime:1.6.11 -> 1.7.3 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 | | \--- io.insert-koin:koin-compose-viewmodel-jvm:4.0.0 | | +--- io.insert-koin:koin-compose:4.0.0 (*) @@ -1344,9 +1445,9 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.0 -> 2.8.2 (*) | | | +--- org.jetbrains.androidx.core:core-bundle:1.0.0 -> 1.0.1 (*) | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.2.0 -> 1.2.2 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.8.0 -> 2.8.2 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.20 (*) | +--- io.insert-koin:koin-core:4.0.0 (*) | +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) | +--- co.touchlab:kermit:2.0.2 @@ -1356,7 +1457,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | \--- co.touchlab:kermit-core-android:2.0.2 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*) | | \--- org.jetbrains.kotlin:kotlin-test-junit:1.9.10 -| | +--- org.jetbrains.kotlin:kotlin-test:1.9.10 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-test:1.9.10 -> 2.1.20 (*) | | \--- junit:junit:4.13.2 (*) | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 @@ -1366,36 +1467,36 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | \--- io.coil-kt.coil3:coil-network-core-android:3.0.4 | | | +--- androidx.core:core-ktx:1.13.1 -> 1.16.0 (*) | | | +--- io.coil-kt.coil3:coil-core:3.0.4 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | | +--- io.ktor:ktor-client-core:3.0.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*) | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) | +--- org.jetbrains.compose.material:material:1.7.3 -| | +--- androidx.compose.material:material:1.7.6 -> 1.7.8 -| | | \--- androidx.compose.material:material-android:1.7.8 +| | +--- androidx.compose.material:material:1.7.6 +| | | \--- androidx.compose.material:material-android:1.7.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | | +--- androidx.compose.animation:animation:1.7.8 (*) -| | | +--- androidx.compose.animation:animation-core:1.7.8 (*) -| | | +--- androidx.compose.foundation:foundation:1.7.8 (*) -| | | +--- androidx.compose.foundation:foundation-layout:1.7.8 (*) -| | | +--- androidx.compose.material:material-ripple:1.7.8 -| | | | \--- androidx.compose.material:material-ripple-android:1.7.8 +| | | +--- androidx.compose.animation:animation:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.animation:animation-core:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.foundation:foundation-layout:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.material:material-ripple:1.7.6 +| | | | \--- androidx.compose.material:material-ripple-android:1.7.6 | | | | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) -| | | | +--- androidx.compose.animation:animation:1.7.8 (*) -| | | | +--- androidx.compose.foundation:foundation:1.7.8 (*) -| | | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | | +--- androidx.compose.ui:ui-util:1.7.8 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | +--- androidx.compose.ui:ui:1.7.8 (*) -| | | +--- androidx.compose.ui:ui-text:1.7.8 (*) -| | | +--- androidx.compose.ui:ui-util:1.7.8 (*) +| | | | +--- androidx.compose.animation:animation:1.7.6 -> 1.7.8 (*) +| | | | +--- androidx.compose.foundation:foundation:1.7.6 -> 1.7.8 (*) +| | | | +--- androidx.compose.runtime:runtime:1.7.6 -> 1.7.8 (*) +| | | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) +| | | +--- androidx.compose.runtime:runtime:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.ui:ui:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.ui:ui-text:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.ui:ui-util:1.7.6 -> 1.7.8 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7 (*) | | | +--- androidx.savedstate:savedstate:1.2.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | +--- org.jetbrains.compose.animation:animation-core:1.7.3 (*) | | +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3 (*) @@ -1405,12 +1506,12 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- androidx.compose.material:material-icons-core:1.7.6 | | | | \--- androidx.compose.material:material-icons-core-android:1.7.6 | | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.ui:ui:1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 (*) | | | \--- org.jetbrains.compose.ui:ui-unit:1.7.3 (*) | | +--- org.jetbrains.compose.material:material-ripple:1.7.3 -| | | +--- androidx.compose.material:material-ripple:1.7.6 -> 1.7.8 (*) +| | | +--- androidx.compose.material:material-ripple:1.7.6 (*) | | | +--- org.jetbrains.compose.animation:animation:1.7.3 (*) | | | +--- org.jetbrains.compose.collection-internal:collection:1.7.3 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) @@ -1426,21 +1527,28 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.0.2 | | +--- app.cash.sqldelight:runtime:2.0.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | \--- app.cash.sqldelight:async-extensions:2.0.2 | | \--- app.cash.sqldelight:async-extensions-jvm:2.0.2 | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*) | | \--- app.cash.sqldelight:runtime:2.0.2 (*) | +--- project :modules:feature-home-api | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 +| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*) +| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1452,12 +1560,14 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- project :modules:library-navigation-api | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1466,7 +1576,7 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | +--- co.touchlab:kermit:2.0.2 (*) | | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) -| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | | +--- project :modules:library-network-api | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | | +--- io.ktor:ktor-client-android:3.0.1 (*) @@ -1487,12 +1597,14 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.9.1 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.1 (*) | | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1510,23 +1622,21 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | | | +--- com.apollographql.apollo:apollo-api:4.1.1 (*) | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.1.1 (*) | | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.0.2 (*) -| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 -| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0 -| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 (*) -| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-navigation | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) | | +--- project :modules:library-navigation-api (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1536,18 +1646,20 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) | | +--- project :modules:feature-home-api (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-network-api (*) | +--- project :modules:library-network | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) | | +--- project :modules:library-network-api (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1556,16 +1668,18 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- co.touchlab:kermit:2.0.2 (*) | | +--- io.coil-kt.coil3:coil-compose-core:3.0.4 (*) | | +--- io.coil-kt.coil3:coil-network-ktor3:3.0.4 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) | +--- project :modules:library-ui-shared | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4 (*) | | +--- io.ktor:ktor-client-android:3.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 (*) | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) | | +--- com.kizitonwose.calendar:compose-multiplatform:2.5.4 (*) | | +--- io.coil-kt.coil3:coil-compose:3.0.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 (*) +| | +--- dev.gitlive:firebase-common:2.1.0 (*) +| | +--- dev.gitlive:firebase-firestore:2.1.0 (*) | | +--- io.insert-koin:koin-annotations:1.4.0 (*) | | +--- io.insert-koin:koin-compose:koin -> 4.0.0 (*) | | +--- io.insert-koin:koin-compose-viewmodel:4.0.0 (*) @@ -1577,131 +1691,47 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | | +--- org.jetbrains.compose.foundation:foundation:1.7.3 (*) | | +--- com.eygraber:compose-placeholder:1.0.8 | | | \--- com.eygraber:compose-placeholder-android:1.0.8 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*) | | | +--- org.jetbrains.compose.foundation:foundation:1.6.2 -> 1.7.3 (*) | | | +--- org.jetbrains.compose.ui:ui-util:1.6.2 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) -| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.0 (*) +| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) +--- project :modules:library-navigation (*) +--- project :modules:library-network (*) -+--- project :modules:library-ui -| +--- androidx.appcompat:appcompat:1.7.0 (*) -| +--- androidx.compose.material:material:1.7.8 (*) -| +--- androidx.compose.material3:material3:1.3.2 -| | \--- androidx.compose.material3:material3-android:1.3.2 -| | +--- androidx.activity:activity-compose:1.8.2 -> 1.10.1 (*) -| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) -| | +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6 (*) -| | +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 -| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) -| | | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) -| | | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) -| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.0 (*) -| +--- androidx.compose.runtime:runtime:1.7.8 (*) -| +--- androidx.compose.runtime:runtime-livedata:1.7.8 -| | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-livedata:2.6.1 -> 2.8.7 (*) -| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.8.7 (*) -| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.3 -> 2.8.7 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (c) -| | \--- androidx.compose.runtime:runtime-saveable:1.7.8 (c) -| +--- androidx.compose.ui:ui-tooling:1.7.8 -| | \--- androidx.compose.ui:ui-tooling-android:1.7.8 -| | +--- androidx.activity:activity-compose:1.7.0 -> 1.10.1 (*) -| | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) -| | +--- androidx.compose.animation:animation:1.7.8 (*) -| | +--- androidx.compose.material:material:1.0.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.7.8 (*) -| | +--- androidx.compose.ui:ui-tooling-data:1.7.8 -| | | \--- androidx.compose.ui:ui-tooling-data-android:1.7.8 -| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) -| | | +--- androidx.compose.runtime:runtime:1.7.8 (*) -| | | +--- androidx.compose.ui:ui:1.7.8 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | +--- androidx.compose.ui:ui:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-text:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-tooling:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) -| | | +--- androidx.compose.ui:ui-unit:1.7.8 (c) -| | | \--- androidx.compose.ui:ui-util:1.7.8 (c) -| | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (*) -| | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) -| | +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | +--- androidx.compose.ui:ui:1.7.8 (c) -| | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) -| | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) -| | +--- androidx.compose.ui:ui-text:1.7.8 (c) -| | +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) -| | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) -| | +--- androidx.compose.ui:ui-unit:1.7.8 (c) -| | \--- androidx.compose.ui:ui-util:1.7.8 (c) -| +--- androidx.compose.ui:ui:1.7.8 (*) -| +--- androidx.core:core-splashscreen:1.0.1 -| | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) -| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.0 (*) -| +--- org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10 (*) -| +--- androidx.paging:paging-compose:3.3.6 -| | \--- androidx.paging:paging-compose-android:3.3.6 -| | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.7.8 (*) -| | +--- androidx.compose.runtime:runtime:1.5.0 -> 1.7.8 (*) -| | +--- androidx.paging:paging-common:3.3.6 -| | | \--- androidx.paging:paging-common-android:3.3.6 -| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*) -| | | +--- androidx.arch.core:core-common:2.2.0 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (*) -| | \--- androidx.paging:paging-common:3.3.6 (c) -| +--- com.google.android.material:material:1.12.0 (*) -| +--- com.leinardi.android:speed-dial.compose:2.0.0-alpha01 -| | +--- androidx.compose.material:material:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.material3:material3:1.0.0-beta01 -> 1.3.2 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*) -| | +--- androidx.appcompat:appcompat:1.5.1 -> 1.7.0 (*) -| | +--- androidx.compose.runtime:runtime:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui-tooling:1.3.0-beta02 -> 1.7.8 (*) -| | +--- androidx.compose.ui:ui:1.3.0-beta02 -> 1.7.8 (*) -| | \--- androidx.core:core-ktx:1.9.0 -> 1.16.0 (*) -| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 (*) -| +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) -| +--- com.michael-bull.kotlin-result:kotlin-result-coroutines:2.0.1 -| | \--- com.michael-bull.kotlin-result:kotlin-result-coroutines-jvm:2.0.1 -| | +--- com.michael-bull.kotlin-result:kotlin-result:2.0.1 (*) -| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.0 (*) -| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.1 (*) -| +--- com.jakewharton.timber:timber:5.0.1 (*) -| +--- project :modules:library-navigation-api (*) -| \--- com.google.dagger:hilt-android:2.55 (*) +--- androidx.compose.ui:ui:1.7.8 (*) -+--- androidx.compose.material3:material3:1.3.2 (*) ++--- androidx.compose.material3:material3:1.3.2 +| \--- androidx.compose.material3:material3-android:1.3.2 +| +--- androidx.activity:activity-compose:1.8.2 -> 1.10.1 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) +| +--- androidx.collection:collection:1.4.0 -> 1.4.4 (*) +| +--- androidx.compose.animation:animation-core:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.foundation:foundation:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.foundation:foundation-layout:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6 (*) +| +--- androidx.compose.material:material-ripple:1.7.0 -> 1.7.6 (*) +| +--- androidx.compose.runtime:runtime:1.7.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui-text:1.6.0 -> 1.7.8 (*) +| +--- androidx.compose.ui:ui-util:1.6.0 -> 1.7.8 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.8.7 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (*) +| | +--- androidx.lifecycle:lifecycle-common:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7 (c) +| | +--- androidx.lifecycle:lifecycle-livedata:2.8.7 (c) +| | \--- androidx.lifecycle:lifecycle-process:2.8.7 (c) +| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*) ++--- dev.gitlive:firebase-firestore:2.1.0 (*) +--- io.insert-koin:koin-android:3.5.3 | +--- io.insert-koin:koin-core:3.5.3 -> 4.0.0 (*) | +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.0 (*) @@ -1709,8 +1739,42 @@ releaseUnitTestRuntimeClasspath - Runtime classpath of '/releaseUnitTest'. | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.8.7 (*) | +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 -> 2.8.7 (*) -| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.0 (*) -\--- androidx.compose.ui:ui-tooling:1.7.8 (*) +| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*) +\--- androidx.compose.ui:ui-tooling:1.7.8 + \--- androidx.compose.ui:ui-tooling-android:1.7.8 + +--- androidx.activity:activity-compose:1.7.0 -> 1.10.1 (*) + +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*) + +--- androidx.compose.animation:animation:1.7.8 (*) + +--- androidx.compose.material:material:1.0.0 -> 1.7.6 (*) + +--- androidx.compose.runtime:runtime:1.7.8 (*) + +--- androidx.compose.ui:ui:1.7.8 (*) + +--- androidx.compose.ui:ui-tooling-data:1.7.8 + | \--- androidx.compose.ui:ui-tooling-data-android:1.7.8 + | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) + | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*) + | +--- androidx.compose.runtime:runtime:1.7.8 (*) + | +--- androidx.compose.ui:ui:1.7.8 (*) + | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) + | +--- androidx.compose.ui:ui:1.7.8 (c) + | +--- androidx.compose.ui:ui-geometry:1.7.8 (c) + | +--- androidx.compose.ui:ui-graphics:1.7.8 (c) + | +--- androidx.compose.ui:ui-text:1.7.8 (c) + | +--- androidx.compose.ui:ui-tooling:1.7.8 (c) + | +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) + | +--- androidx.compose.ui:ui-unit:1.7.8 (c) + | \--- androidx.compose.ui:ui-util:1.7.8 (c) + +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (*) + +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.8.7 (*) + +--- androidx.savedstate:savedstate-ktx:1.2.1 (*) + +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*) + +--- androidx.compose.ui:ui:1.7.8 (c) + +--- androidx.compose.ui:ui-geometry:1.7.8 (c) + +--- androidx.compose.ui:ui-graphics:1.7.8 (c) + +--- androidx.compose.ui:ui-text:1.7.8 (c) + +--- androidx.compose.ui:ui-tooling-data:1.7.8 (c) + +--- androidx.compose.ui:ui-tooling-preview:1.7.8 (c) + +--- androidx.compose.ui:ui-unit:1.7.8 (c) + \--- androidx.compose.ui:ui-util:1.7.8 (c) (c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree. (*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation. diff --git a/app/versions/mergedManifests/debug/processDebugManifest/AndroidManifest.xml b/app/versions/mergedManifests/debug/processDebugManifest/AndroidManifest.xml index e0e2d50..af357d0 100644 --- a/app/versions/mergedManifests/debug/processDebugManifest/AndroidManifest.xml +++ b/app/versions/mergedManifests/debug/processDebugManifest/AndroidManifest.xml @@ -47,6 +47,43 @@ android:value="" /> + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + - - + () diff --git a/build-conventions/src/main/kotlin/composeapp.multiplatform-library-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.multiplatform-library-conventions.gradle.kts index 4ab4a7e..759621c 100644 --- a/build-conventions/src/main/kotlin/composeapp.multiplatform-library-conventions.gradle.kts +++ b/build-conventions/src/main/kotlin/composeapp.multiplatform-library-conventions.gradle.kts @@ -28,7 +28,6 @@ android { kotlin { androidTarget { - @OptIn(ExperimentalKotlinGradlePluginApi::class) compilerOptions { jvmTarget.set(JvmTarget.fromTarget(config.android.javaVersion.get().toString())) } @@ -40,9 +39,12 @@ kotlin { ).forEach { iosTarget -> iosTarget.binaries.framework { baseName = "ComposeApp" + isStatic = true + linkerOpts("-ObjC") export(libs.androidx.lifecycle.viewmodel) } } + jvm("desktop") targets.withType { binaries.all { @@ -63,6 +65,8 @@ kotlin { implementation(libs.calendar) implementation(libs.coil.compose) implementation(libs.coroutines.core) + implementation(libs.gitlive.firebase.common) + implementation(libs.gitlive.firebase.firestore) implementation(libs.koin.annotations) implementation(libs.koin.compose) implementation(libs.koin.compose.viewmodel) diff --git a/desktop/build.gradle.kts b/desktop/build.gradle.kts index 6235c00..224164c 100644 --- a/desktop/build.gradle.kts +++ b/desktop/build.gradle.kts @@ -9,13 +9,13 @@ version = "1.0-SNAPSHOT" kotlin { jvm { - //jvmToolchain(11) withJava() } sourceSets { jvmMain.dependencies { implementation(projects.modules.featureHomeShared) implementation(compose.desktop.currentOs) + implementation(libs.gitlive.firebase.java) implementation(libs.koin.core) } } diff --git a/desktop/src/jvmMain/kotlin/com/jarroyo/composeapp/Main.kt b/desktop/src/jvmMain/kotlin/com/jarroyo/composeapp/Main.kt index 23bd744..e35e5c3 100644 --- a/desktop/src/jvmMain/kotlin/com/jarroyo/composeapp/Main.kt +++ b/desktop/src/jvmMain/kotlin/com/jarroyo/composeapp/Main.kt @@ -1,22 +1,44 @@ package com.jarroyo.composeapp +import android.app.Application import androidx.compose.ui.window.Window import androidx.compose.ui.window.application import com.jarroyo.feature.home.shared.ui.RootView import com.jarroyo.feature.home.shared.di.initKoin +import com.google.firebase.Firebase +import com.google.firebase.FirebaseOptions +import com.google.firebase.FirebasePlatform +import com.google.firebase.initialize // Migration to PreCompose 1.6.2 import moe.tlaster.precompose.ProvidePreComposeLocals fun main() { + initializeFirebase() initKoin() application { Window( title = "Compose APP", onCloseRequest = ::exitApplication, ) { - // Migration to PreCompose 1.6.2 ProvidePreComposeLocals { - RootView() - // Migration to PreCompose 1.6.2 } + RootView() } } } + +fun initializeFirebase() { + FirebasePlatform.initializeFirebasePlatform( + object : FirebasePlatform() { + override fun store(key: String, value: String) { } + override fun retrieve(key: String) = "" + override fun clear(key: String) { } + override fun log(msg: String) { } + }, + ) + + val options: FirebaseOptions = FirebaseOptions.Builder() + .setProjectId("virtualgym-684f7") + .setApplicationId("1:129903346150:android:bf4d3697156f8e7009d627") + .build() + + Firebase.initialize(Application(), options) +} diff --git a/gradle.properties b/gradle.properties index 92a1e01..3075732 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,5 +19,7 @@ kapt.include.compile.classpath=false kotlin.code.style=official kotlin.incremental.usePreciseJavaTracking=true kotlin.native.binary.memoryModel=experimental +kotlin.native.cacheKind.iosSimulatorArm64=none kotlin.mpp.enableCInteropCommonization=true org.jetbrains.compose.experimental.uikit.enabled=true +kotlin.native.cacheKind=none diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b7e3356..968cabf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,6 +16,7 @@ coil3 = "3.0.4" coroutines = "1.10.1" detekt = "1.23.7" diktat = "1.2.5" +gitlive = "2.1.0" gradle = "8.1.1" greclipse = "4.19.0" hilt = "2.55" @@ -24,12 +25,12 @@ jetbrains-navigation = "2.8.0-alpha10" junit = "1.2.1" koin = "4.0.0" koin-ksp = "1.4.0" -kotlin = "2.1.0" +kotlin = "2.1.20" kotlinpoet = "2.0.0" kotlin-multiplatform = "1.7.3" kotlin-result = "2.0.1" kotlinx-datetime="0.6.0" -ksp = "2.1.0-1.0.29" +ksp = "2.1.20-2.0.0" ktlint = "0.43.0" ktor = "3.0.1" mockk = "1.13.16" @@ -107,6 +108,11 @@ desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.5" } detekt = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" } detekt-rules-compose = { module = "ru.kode:detekt-rules-compose", version = "1.4.0" } detekt-twitter-compose-rules = { module = "com.twitter.compose.rules:detekt", version = "0.0.26" } +firebase-bom = { module = "com.google.firebase:firebase-bom", version = "33.10.0" } +firebase-common-ktx = { module = "com.google.firebase:firebase-common-ktx", version = "21.0.0" } +gitlive-firebase-firestore = { module = "dev.gitlive:firebase-firestore", version.ref = "gitlive" } +gitlive-firebase-common = { module = "dev.gitlive:firebase-common", version.ref = "gitlive" } +gitlive-firebase-java = { module = "dev.gitlive:firebase-java-sdk", version = "0.4.6" } hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" } hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" } diff --git a/iosApp/iosApp.xcodeproj/project.pbxproj b/iosApp/iosApp.xcodeproj/project.pbxproj index 8ad9931..884055e 100644 --- a/iosApp/iosApp.xcodeproj/project.pbxproj +++ b/iosApp/iosApp.xcodeproj/project.pbxproj @@ -7,6 +7,11 @@ objects = { /* Begin PBXBuildFile section */ + 0457A8612DAADD5B00408A38 /* FirebaseCore in Frameworks */ = {isa = PBXBuildFile; productRef = 0457A8602DAADD5B00408A38 /* FirebaseCore */; }; + 0457A8632DAADD9500408A38 /* FirebaseFirestore in Frameworks */ = {isa = PBXBuildFile; productRef = 0457A8622DAADD9500408A38 /* FirebaseFirestore */; }; + 0457A8652DAADE5400408A38 /* FirebaseDatabase in Frameworks */ = {isa = PBXBuildFile; productRef = 0457A8642DAADE5400408A38 /* FirebaseDatabase */; }; + 0457A8672DAADEA700408A38 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 0457A8662DAADEA700408A38 /* libsqlite3.tbd */; }; + 0457A8692DAADF5700408A38 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0457A8682DAADF5700408A38 /* GoogleService-Info.plist */; }; 04965E412B8BAEC700395EB9 /* iosAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04965E402B8BAEC700395EB9 /* iosAppApp.swift */; }; 04965E432B8BAEC700395EB9 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04965E422B8BAEC700395EB9 /* ContentView.swift */; }; 04965E452B8BAEC800395EB9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04965E442B8BAEC800395EB9 /* Assets.xcassets */; }; @@ -14,13 +19,23 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 0457A8442DA995B100408A38 /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0457A84A2DA9977F00408A38 /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0457A8522DAAD91200408A38 /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0457A8592DAAD9DD00408A38 /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0457A85C2DAADA5200408A38 /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0457A8662DAADEA700408A38 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/lib/libsqlite3.tbd; sourceTree = DEVELOPER_DIR; }; + 0457A8682DAADF5700408A38 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 04965E3D2B8BAEC700395EB9 /* iosApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iosApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 04965E402B8BAEC700395EB9 /* iosAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iosAppApp.swift; sourceTree = ""; }; 04965E422B8BAEC700395EB9 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 04965E442B8BAEC800395EB9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 04965E462B8BAEC800395EB9 /* iosApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = iosApp.entitlements; sourceTree = ""; }; 04965E482B8BAEC800395EB9 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 04ACCBDB2D873F8400857DA4 /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 04ACCBDF2D87500200857DA4 /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 04BD92462CC57A34006084B7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 04C6C2632D82C5F600DDB971 /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -28,6 +43,10 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 0457A8672DAADEA700408A38 /* libsqlite3.tbd in Frameworks */, + 0457A8652DAADE5400408A38 /* FirebaseDatabase in Frameworks */, + 0457A8612DAADD5B00408A38 /* FirebaseCore in Frameworks */, + 0457A8632DAADD9500408A38 /* FirebaseFirestore in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -38,6 +57,7 @@ isa = PBXGroup; children = ( 04965E3F2B8BAEC700395EB9 /* iosApp */, + 04C6C2602D82C34E00DDB971 /* Frameworks */, 04965E3E2B8BAEC700395EB9 /* Products */, ); sourceTree = ""; @@ -53,6 +73,7 @@ 04965E3F2B8BAEC700395EB9 /* iosApp */ = { isa = PBXGroup; children = ( + 0457A8682DAADF5700408A38 /* GoogleService-Info.plist */, 04BD92462CC57A34006084B7 /* Info.plist */, 04965E402B8BAEC700395EB9 /* iosAppApp.swift */, 04965E422B8BAEC700395EB9 /* ContentView.swift */, @@ -71,6 +92,22 @@ path = "Preview Content"; sourceTree = ""; }; + 04C6C2602D82C34E00DDB971 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 0457A8662DAADEA700408A38 /* libsqlite3.tbd */, + 0457A85C2DAADA5200408A38 /* FirebaseCore.framework */, + 0457A8592DAAD9DD00408A38 /* FirebaseCore.framework */, + 0457A8522DAAD91200408A38 /* FirebaseCore.framework */, + 0457A84A2DA9977F00408A38 /* FirebaseCore.framework */, + 0457A8442DA995B100408A38 /* FirebaseCore.framework */, + 04ACCBDF2D87500200857DA4 /* FirebaseCore.framework */, + 04ACCBDB2D873F8400857DA4 /* FirebaseCore.framework */, + 04C6C2632D82C5F600DDB971 /* FirebaseCore.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -116,6 +153,9 @@ Base, ); mainGroup = 04965E342B8BAEC700395EB9; + packageReferences = ( + 0457A85F2DAADD5B00408A38 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */, + ); productRefGroup = 04965E3E2B8BAEC700395EB9 /* Products */; projectDirPath = ""; projectRoot = ""; @@ -131,6 +171,7 @@ buildActionMask = 2147483647; files = ( 04965E492B8BAEC800395EB9 /* Preview Assets.xcassets in Resources */, + 0457A8692DAADF5700408A38 /* GoogleService-Info.plist in Resources */, 04965E452B8BAEC800395EB9 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -385,6 +426,35 @@ defaultConfigurationName = Release; }; /* End XCConfigurationList section */ + +/* Begin XCRemoteSwiftPackageReference section */ + 0457A85F2DAADD5B00408A38 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/firebase/firebase-ios-sdk"; + requirement = { + kind = upToNextMajorVersion; + minimumVersion = 11.11.0; + }; + }; +/* End XCRemoteSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + 0457A8602DAADD5B00408A38 /* FirebaseCore */ = { + isa = XCSwiftPackageProductDependency; + package = 0457A85F2DAADD5B00408A38 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; + productName = FirebaseCore; + }; + 0457A8622DAADD9500408A38 /* FirebaseFirestore */ = { + isa = XCSwiftPackageProductDependency; + package = 0457A85F2DAADD5B00408A38 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; + productName = FirebaseFirestore; + }; + 0457A8642DAADE5400408A38 /* FirebaseDatabase */ = { + isa = XCSwiftPackageProductDependency; + package = 0457A85F2DAADD5B00408A38 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; + productName = FirebaseDatabase; + }; +/* End XCSwiftPackageProductDependency section */ }; rootObject = 04965E352B8BAEC700395EB9 /* Project object */; } diff --git a/iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..20aa2a9 --- /dev/null +++ b/iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,123 @@ +{ + "originHash" : "c63c63846d9c539229e96de38d6af51417e28c0ee9a0bc48bd0f0f19d923c329", + "pins" : [ + { + "identity" : "abseil-cpp-binary", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/abseil-cpp-binary.git", + "state" : { + "revision" : "bbe8b69694d7873315fd3a4ad41efe043e1c07c5", + "version" : "1.2024072200.0" + } + }, + { + "identity" : "app-check", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/app-check.git", + "state" : { + "revision" : "61b85103a1aeed8218f17c794687781505fbbef5", + "version" : "11.2.0" + } + }, + { + "identity" : "firebase-ios-sdk", + "kind" : "remoteSourceControl", + "location" : "https://github.com/firebase/firebase-ios-sdk", + "state" : { + "revision" : "eb523407e4293568ed55590728205c359cbecc5b", + "version" : "11.9.0" + } + }, + { + "identity" : "googleappmeasurement", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/GoogleAppMeasurement.git", + "state" : { + "revision" : "d80e25104abe76d69a134d4ec18f011edd8df06c", + "version" : "11.9.0" + } + }, + { + "identity" : "googledatatransport", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/GoogleDataTransport.git", + "state" : { + "revision" : "617af071af9aa1d6a091d59a202910ac482128f9", + "version" : "10.1.0" + } + }, + { + "identity" : "googleutilities", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/GoogleUtilities.git", + "state" : { + "revision" : "53156c7ec267db846e6b64c9f4c4e31ba4cf75eb", + "version" : "8.0.2" + } + }, + { + "identity" : "grpc-binary", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/grpc-binary.git", + "state" : { + "revision" : "cc0001a0cf963aa40501d9c2b181e7fc9fd8ec71", + "version" : "1.69.0" + } + }, + { + "identity" : "gtm-session-fetcher", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/gtm-session-fetcher.git", + "state" : { + "revision" : "4d70340d55d7d07cc2fdf8e8125c4c126c1d5f35", + "version" : "4.4.0" + } + }, + { + "identity" : "interop-ios-for-google-sdks", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/interop-ios-for-google-sdks.git", + "state" : { + "revision" : "040d087ac2267d2ddd4cca36c757d1c6a05fdbfe", + "version" : "101.0.0" + } + }, + { + "identity" : "leveldb", + "kind" : "remoteSourceControl", + "location" : "https://github.com/firebase/leveldb.git", + "state" : { + "revision" : "a0bc79961d7be727d258d33d5a6b2f1023270ba1", + "version" : "1.22.5" + } + }, + { + "identity" : "nanopb", + "kind" : "remoteSourceControl", + "location" : "https://github.com/firebase/nanopb.git", + "state" : { + "revision" : "b7e1104502eca3a213b46303391ca4d3bc8ddec1", + "version" : "2.30910.0" + } + }, + { + "identity" : "promises", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/promises.git", + "state" : { + "revision" : "540318ecedd63d883069ae7f1ed811a2df00b6ac", + "version" : "2.4.0" + } + }, + { + "identity" : "swift-protobuf", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-protobuf.git", + "state" : { + "revision" : "d72aed98f8253ec1aa9ea1141e28150f408cf17f", + "version" : "1.29.0" + } + } + ], + "version" : 3 +} diff --git a/iosApp/iosApp.xcodeproj/project.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/UserInterfaceState.xcuserstate b/iosApp/iosApp.xcodeproj/project.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/UserInterfaceState.xcuserstate index 899f4fb..0be6be7 100644 Binary files a/iosApp/iosApp.xcodeproj/project.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/UserInterfaceState.xcuserstate and b/iosApp/iosApp.xcodeproj/project.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/iosApp/iosApp.xcworkspace/contents.xcworkspacedata b/iosApp/iosApp.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..8585aed --- /dev/null +++ b/iosApp/iosApp.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/iosApp/iosApp.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iosApp/iosApp.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..6efbfc0 --- /dev/null +++ b/iosApp/iosApp.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,123 @@ +{ + "originHash" : "c63c63846d9c539229e96de38d6af51417e28c0ee9a0bc48bd0f0f19d923c329", + "pins" : [ + { + "identity" : "abseil-cpp-binary", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/abseil-cpp-binary.git", + "state" : { + "revision" : "bbe8b69694d7873315fd3a4ad41efe043e1c07c5", + "version" : "1.2024072200.0" + } + }, + { + "identity" : "app-check", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/app-check.git", + "state" : { + "revision" : "61b85103a1aeed8218f17c794687781505fbbef5", + "version" : "11.2.0" + } + }, + { + "identity" : "firebase-ios-sdk", + "kind" : "remoteSourceControl", + "location" : "https://github.com/firebase/firebase-ios-sdk", + "state" : { + "revision" : "d1f7c7e8eaa74d7e44467184dc5f592268247d33", + "version" : "11.11.0" + } + }, + { + "identity" : "googleappmeasurement", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/GoogleAppMeasurement.git", + "state" : { + "revision" : "dd89fc79a77183830742a16866d87e4e54785734", + "version" : "11.11.0" + } + }, + { + "identity" : "googledatatransport", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/GoogleDataTransport.git", + "state" : { + "revision" : "617af071af9aa1d6a091d59a202910ac482128f9", + "version" : "10.1.0" + } + }, + { + "identity" : "googleutilities", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/GoogleUtilities.git", + "state" : { + "revision" : "53156c7ec267db846e6b64c9f4c4e31ba4cf75eb", + "version" : "8.0.2" + } + }, + { + "identity" : "grpc-binary", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/grpc-binary.git", + "state" : { + "revision" : "cc0001a0cf963aa40501d9c2b181e7fc9fd8ec71", + "version" : "1.69.0" + } + }, + { + "identity" : "gtm-session-fetcher", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/gtm-session-fetcher.git", + "state" : { + "revision" : "4d70340d55d7d07cc2fdf8e8125c4c126c1d5f35", + "version" : "4.4.0" + } + }, + { + "identity" : "interop-ios-for-google-sdks", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/interop-ios-for-google-sdks.git", + "state" : { + "revision" : "040d087ac2267d2ddd4cca36c757d1c6a05fdbfe", + "version" : "101.0.0" + } + }, + { + "identity" : "leveldb", + "kind" : "remoteSourceControl", + "location" : "https://github.com/firebase/leveldb.git", + "state" : { + "revision" : "a0bc79961d7be727d258d33d5a6b2f1023270ba1", + "version" : "1.22.5" + } + }, + { + "identity" : "nanopb", + "kind" : "remoteSourceControl", + "location" : "https://github.com/firebase/nanopb.git", + "state" : { + "revision" : "b7e1104502eca3a213b46303391ca4d3bc8ddec1", + "version" : "2.30910.0" + } + }, + { + "identity" : "promises", + "kind" : "remoteSourceControl", + "location" : "https://github.com/google/promises.git", + "state" : { + "revision" : "540318ecedd63d883069ae7f1ed811a2df00b6ac", + "version" : "2.4.0" + } + }, + { + "identity" : "swift-protobuf", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-protobuf.git", + "state" : { + "revision" : "d72aed98f8253ec1aa9ea1141e28150f408cf17f", + "version" : "1.29.0" + } + } + ], + "version" : 3 +} diff --git a/iosApp/iosApp.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/UserInterfaceState.xcuserstate b/iosApp/iosApp.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..5754a1b Binary files /dev/null and b/iosApp/iosApp.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/iosApp/iosApp.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/xcschemes/xcschememanagement.plist b/iosApp/iosApp.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..d0db278 --- /dev/null +++ b/iosApp/iosApp.xcworkspace/xcuserdata/javierarroyo.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,39 @@ + + + + + SchemeUserState + + Promises (Playground) 1.xcscheme + + orderHint + 1 + + Promises (Playground) 2.xcscheme + + orderHint + 2 + + Promises (Playground) 3.xcscheme + + orderHint + 3 + + Promises (Playground) 4.xcscheme + + orderHint + 4 + + Promises (Playground) 5.xcscheme + + orderHint + 5 + + Promises (Playground).xcscheme + + orderHint + 0 + + + + diff --git a/iosApp/iosApp/GoogleService-Info.plist b/iosApp/iosApp/GoogleService-Info.plist new file mode 100644 index 0000000..3c7c4b9 --- /dev/null +++ b/iosApp/iosApp/GoogleService-Info.plist @@ -0,0 +1,30 @@ + + + + + API_KEY + AIzaSyCEcoV6soF-T9LMLMmXFXgR6JmbGfp1vf0 + GCM_SENDER_ID + 129903346150 + PLIST_VERSION + 1 + BUNDLE_ID + com.jarroyo.composeapp.debug + PROJECT_ID + virtualgym-684f7 + STORAGE_BUCKET + virtualgym-684f7.firebasestorage.app + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:129903346150:ios:c5248395c469a52e09d627 + + \ No newline at end of file diff --git a/iosApp/iosApp/iosAppApp.swift b/iosApp/iosApp/iosAppApp.swift index fd67d84..4e2ee0f 100644 --- a/iosApp/iosApp/iosAppApp.swift +++ b/iosApp/iosApp/iosAppApp.swift @@ -7,9 +7,21 @@ import SwiftUI import ComposeApp +import FirebaseCore + +class AppDelegate: NSObject, UIApplicationDelegate { + func application(_ application: UIApplication, + didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool { + FirebaseApp.configure() + + return true + } +} @main struct iosAppApp: App { + @UIApplicationDelegateAdaptor(AppDelegate.self) var delegate + init() { KoinAppModuleKt.doInitKoin(additionalModules: []) } diff --git a/modules/feature-home-api/build.gradle.kts b/modules/feature-home-api/build.gradle.kts index 9ec56bf..902b8fd 100644 --- a/modules/feature-home-api/build.gradle.kts +++ b/modules/feature-home-api/build.gradle.kts @@ -1,5 +1,6 @@ plugins { id("composeapp.multiplatform-library-conventions") + alias(libs.plugins.kotlinx.serialization) } android { @@ -13,6 +14,8 @@ android { kotlin { sourceSets { commonMain.dependencies { + api(libs.kotlinx.serialization) + implementation(projects.modules.libraryNavigationApi) implementation(projects.modules.libraryNetworkApi) } diff --git a/modules/feature-home-api/src/commonMain/kotlin/com/jarroyo/feature/home/api/interactor/GetSchedulesInteractor.kt b/modules/feature-home-api/src/commonMain/kotlin/com/jarroyo/feature/home/api/interactor/GetSchedulesInteractor.kt new file mode 100644 index 0000000..a9b3b35 --- /dev/null +++ b/modules/feature-home-api/src/commonMain/kotlin/com/jarroyo/feature/home/api/interactor/GetSchedulesInteractor.kt @@ -0,0 +1,15 @@ +package com.jarroyo.feature.home.api.interactor + +import com.github.michaelbull.result.Result +import kotlinx.serialization.Serializable + +interface GetSchedulesInteractor { + suspend operator fun invoke( + ): Result?, Exception> +} + +@Serializable +data class Schedule( + val id: String, + val name: String, +) diff --git a/modules/feature-home-shared/build.gradle.kts b/modules/feature-home-shared/build.gradle.kts index 6607780..f328744 100644 --- a/modules/feature-home-shared/build.gradle.kts +++ b/modules/feature-home-shared/build.gradle.kts @@ -26,10 +26,17 @@ kotlin { .forEach { it.binaries.filterIsInstance() .forEach { lib -> - lib.isStatic = false + lib.isStatic = true lib.linkerOpts.add("-lsqlite3") } } + // REVIEW reason of ld: framework 'FirebaseCore' not found + tasks.matching { it.name == "linkDebugTestIosSimulatorArm64" }.configureEach { + enabled = false + } + tasks.matching { it.name == "linkDebugTestIosX64" }.configureEach { + enabled = false + } sourceSets { androidMain.dependencies { implementation(libs.sqldelight.androidDriver) diff --git a/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/di/FeatureHomeModule.kt b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/di/FeatureHomeModule.kt index a43d2ed..481dc6a 100644 --- a/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/di/FeatureHomeModule.kt +++ b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/di/FeatureHomeModule.kt @@ -4,12 +4,14 @@ import com.jarroyo.feature.home.api.interactor.AddFavoriteInteractor import com.jarroyo.feature.home.api.interactor.GetFavoritesInteractor import com.jarroyo.feature.home.api.interactor.GetLaunchDetailInteractor import com.jarroyo.feature.home.api.interactor.GetLaunchesInteractor +import com.jarroyo.feature.home.api.interactor.GetSchedulesInteractor import com.jarroyo.feature.home.api.interactor.OpenUrlInBrowserInteractor import com.jarroyo.feature.home.api.interactor.RemoveFavoriteInteractor import com.jarroyo.feature.home.shared.interactor.AddFavoriteInteractorImpl import com.jarroyo.feature.home.shared.interactor.GetFavoritesInteractorImpl import com.jarroyo.feature.home.shared.interactor.GetLaunchDetailInteractorImpl import com.jarroyo.feature.home.shared.interactor.GetLaunchesInteractorImpl +import com.jarroyo.feature.home.shared.interactor.GetSchedulesInteractorImpl import com.jarroyo.feature.home.shared.interactor.OpenUrlInBrowserInteractorImpl import com.jarroyo.feature.home.shared.interactor.RemoveFavoriteInteractorImpl import com.jarroyo.feature.home.shared.ui.HomeViewModel @@ -22,6 +24,7 @@ val featureHomeModule = module { factory { GetFavoritesInteractorImpl(get()) } factory { GetLaunchesInteractorImpl(get()) } factory { GetLaunchDetailInteractorImpl(get()) } + factory { GetSchedulesInteractorImpl(get()) } factory { OpenUrlInBrowserInteractorImpl() } factory { RemoveFavoriteInteractorImpl(get()) } diff --git a/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/interactor/GetSchedulesInteractorImpl.kt b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/interactor/GetSchedulesInteractorImpl.kt new file mode 100644 index 0000000..6bb8898 --- /dev/null +++ b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/interactor/GetSchedulesInteractorImpl.kt @@ -0,0 +1,26 @@ +package com.jarroyo.feature.home.shared.interactor + +import com.github.michaelbull.result.Err +import com.github.michaelbull.result.Ok +import com.github.michaelbull.result.Result +import com.jarroyo.feature.home.api.interactor.GetSchedulesInteractor +import com.jarroyo.feature.home.api.interactor.Schedule +import dev.gitlive.firebase.firestore.FirebaseFirestore +import dev.gitlive.firebase.firestore.FirebaseFirestoreException + +internal class GetSchedulesInteractorImpl( + private val firestore: FirebaseFirestore, +): GetSchedulesInteractor { + override suspend operator fun invoke(): Result?, Exception> { + try { + val scheduleList = + firestore.collection("Schedules").get() + .documents.map { document -> + document.data(Schedule.serializer()) + } + return Ok(scheduleList) + } catch (e: FirebaseFirestoreException) { + return Err(e) + } + } +} diff --git a/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeContract.kt b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeContract.kt index ceccaa6..d1fc57e 100644 --- a/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeContract.kt +++ b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeContract.kt @@ -1,6 +1,7 @@ package com.jarroyo.feature.home.shared.ui import com.jarroyo.composeapp.library.network.api.graphql.fragment.LaunchFragment +import com.jarroyo.feature.home.api.interactor.Schedule import com.jarroyo.library.ui.shared.ViewEffect import com.jarroyo.library.ui.shared.ViewEvent import com.jarroyo.library.ui.shared.ViewState @@ -12,6 +13,7 @@ object HomeContract { val favoritesList: List? = null, val loading: Boolean = false, val rocketList: List? = null, + val scheduleList: List? = null, ) : ViewState sealed class Event : ViewEvent { diff --git a/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeScreen.kt b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeScreen.kt index 233b2cd..687599c 100644 --- a/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeScreen.kt +++ b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeScreen.kt @@ -120,6 +120,9 @@ private fun HomeScreen( item { Text(state.currentLocalDateTime?.format().orEmpty()) } + item { + Text("${state.scheduleList}") + } if (state.rocketList.isNullOrEmpty() && state.loading) { rocketList(getLaunchListPlaceholderData(), sendEvent, placeholder = true) } else { diff --git a/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeViewModel.kt b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeViewModel.kt index dcede54..54cc6dc 100644 --- a/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeViewModel.kt +++ b/modules/feature-home-shared/src/commonMain/kotlin/com/jarroyo/feature/home/shared/ui/HomeViewModel.kt @@ -5,6 +5,7 @@ import com.apollographql.apollo.cache.normalized.FetchPolicy import com.jarroyo.feature.home.api.interactor.GetLaunchesInteractor import com.jarroyo.feature.home.api.destination.LaunchDetailDestination import com.jarroyo.feature.home.api.interactor.GetFavoritesInteractor +import com.jarroyo.feature.home.api.interactor.GetSchedulesInteractor import com.jarroyo.feature.home.shared.ui.HomeContract.Effect import com.jarroyo.feature.home.shared.ui.HomeContract.Event import com.jarroyo.feature.home.shared.ui.HomeContract.State @@ -22,6 +23,7 @@ class HomeViewModel( private val appNavigator: AppNavigator, private val getFavoritesInteractor: GetFavoritesInteractor, private val getLaunchesInteractor: GetLaunchesInteractor, + private val getSchedulesInteractor: GetSchedulesInteractor, ) : BaseViewModel() { init { refreshData() @@ -52,6 +54,7 @@ class HomeViewModel( sendEffect { Effect.ShowSnackbar(result.error.message.orEmpty()) } } refreshFavorites() + refreshSchedules() updateState { copy(loading = false) } } refreshCurrentLocalDateTime() @@ -65,6 +68,14 @@ class HomeViewModel( sendEffect { Effect.ShowSnackbar(result.error.message.orEmpty()) } } } + private suspend fun refreshSchedules() { + val result = getSchedulesInteractor() + if (result.isOk) { + updateState { copy(scheduleList = result.value) } + } else { + sendEffect { Effect.ShowSnackbar(result.error.message.orEmpty()) } + } + } private fun refreshCurrentLocalDateTime() { viewModelScope.launch { diff --git a/modules/library-network/src/commonMain/kotlin/com/jarroyo/library/network/di/KoinNetworkModule.kt b/modules/library-network/src/commonMain/kotlin/com/jarroyo/library/network/di/KoinNetworkModule.kt index 4156359..ab8bbe5 100644 --- a/modules/library-network/src/commonMain/kotlin/com/jarroyo/library/network/di/KoinNetworkModule.kt +++ b/modules/library-network/src/commonMain/kotlin/com/jarroyo/library/network/di/KoinNetworkModule.kt @@ -4,6 +4,9 @@ import com.apollographql.apollo.ApolloClient import com.apollographql.apollo.cache.normalized.api.MemoryCacheFactory import com.apollographql.apollo.cache.normalized.api.NormalizedCacheFactory import com.apollographql.apollo.cache.normalized.normalizedCache +import dev.gitlive.firebase.Firebase +import dev.gitlive.firebase.firestore.FirebaseFirestore +import dev.gitlive.firebase.firestore.firestore import org.koin.dsl.module val networkModule = module { @@ -20,6 +23,10 @@ val networkModule = module { .apply { normalizedCache(chainedCacheFactory) } .build() } + + single { + Firebase.firestore + } } private const val MEMORY_CACHE_SIZE_IN_BYTES = 10 * 1024 * 1024 diff --git a/modules/library-test/build.gradle.kts b/modules/library-test/build.gradle.kts index ab7a6f7..56db055 100644 --- a/modules/library-test/build.gradle.kts +++ b/modules/library-test/build.gradle.kts @@ -31,7 +31,7 @@ android { kotlin { androidTarget() - jvm("desktop") + // jvm("desktop") sourceSets { androidMain.dependencies { api(libs.androidx.test.core)