From c1b915baf84915c13a9573a2bb8af4648451c391 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Wed, 10 Aug 2022 16:26:43 -0500 Subject: [PATCH] Update compose and kotlin --- app/build.gradle.kts | 2 +- buildSrc/src/main/kotlin/Versions.kt | 5 +- deps_fdroid.txt | 278 +++++++++++++------------- deps_googleplay.txt | 286 +++++++++++++-------------- 4 files changed, 286 insertions(+), 285 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 395327c40..b72cb94b0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -91,7 +91,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion = Versions.compose + kotlinCompilerExtensionVersion = Versions.compose_compiler } kotlinOptions { diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 0b0c92955..7fa89ce8e 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -1,5 +1,5 @@ object Versions { - const val kotlin = "1.7.0" + const val kotlin = "1.7.10" const val compileSdk = 33 const val targetSdk = 33 const val minSdk = 24 @@ -18,7 +18,8 @@ object Versions { const val hilt_androidx = "1.0.0" const val lifecycle = "2.4.1" const val markwon = "4.6.2" - const val compose = "1.2.0" + const val compose_compiler = "1.3.0" + const val compose = "1.2.1" const val compose_theme_adapter = "1.1.11" const val accompanist = "0.24.12-rc" } diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 5eb2203d6..4e8a11c36 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -27,19 +27,19 @@ +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (c) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1 (c) +| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 (c) -+| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.7.0 -+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0 ++| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.7.10 ++| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 ++| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10 +| | | | | \--- org.jetbrains:annotations:13.0 -> 20.1.0 -+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0 -+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0 -> 1.7.0 ++| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10 ++| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0 -> 1.7.10 +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.7.0 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.7.10 (*) +| +--- androidx.lifecycle:lifecycle-runtime-ktx:2.2.0 -> 2.5.0-rc01 +| | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 +| | +--- androidx.lifecycle:lifecycle-runtime:2.5.0-rc01 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| +--- androidx.lifecycle:lifecycle-livedata:2.2.0 -> 2.4.1 +| | +--- androidx.arch.core:core-common:2.1.0 (*) @@ -59,12 +59,12 @@ +| | \--- androidx.lifecycle:lifecycle-runtime:2.2.0 -> 2.5.0-rc01 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.2.0 -> 2.5.0-rc01 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.0-rc01 (c) +| +--- androidx.databinding:databinding-runtime:7.2.2 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.7.10 (*) ++--- com.github.tasks:dav4jvm:deb2c9aef8 -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.10 (*) +| \--- org.apache.commons:commons-lang3:3.8.1 ++--- com.github.tasks:ical4android:0e928b567c +| +--- org.mnode.ical4j:ical4j:3.0.21 @@ -72,7 +72,7 @@ +| | +--- commons-codec:commons-codec:1.11 +| | +--- org.apache.commons:commons-lang3:3.8.1 +| | \--- org.apache.commons:commons-collections4:4.1 -+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.21 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.21 -> 1.7.10 (*) +| +--- com.sun.mail:android-mail:1.6.5 +| | \--- com.sun.mail:android-activation:1.6.5 +| +--- commons-io:commons-io:2.6 @@ -92,14 +92,14 @@ +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | \--- androidx.collection:collection:1.0.0 -> 1.2.0 (*) +| | \--- androidx.core:core-ktx:1.9.0-alpha05 (c) -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| \--- androidx.core:core:1.9.0-alpha05 (c) ++--- com.github.bitfireAT:cert4android:7814052 +| +--- androidx.databinding:databinding-common:7.2.0 -> 7.2.2 +| +--- androidx.databinding:databinding-runtime:7.2.0 -> 7.2.2 (*) +| +--- androidx.databinding:databinding-adapters:7.2.0 -> 7.2.2 (*) +| +--- androidx.databinding:databinding-ktx:7.2.0 -> 7.2.2 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21 -> 1.7.10 (*) +| +--- androidx.appcompat:appcompat:1.4.1 -> 1.6.0-alpha05 +| | +--- androidx.activity:activity:1.6.0-alpha05 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 @@ -116,12 +116,12 @@ +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | | | +--- androidx.arch.core:core-common:2.1.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 -> 2.5.0-rc01 (*) -+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.0 (*) -+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.10 (*) ++| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| | | +--- androidx.savedstate:savedstate:1.2.0-rc01 -> 1.2.0 (*) +| | | +--- androidx.tracing:tracing:1.0.0 (*) -+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | | \--- androidx.activity:activity-ktx:1.6.0-alpha05 (c) +| | +--- androidx.annotation:annotation:1.3.0 +| | +--- androidx.appcompat:appcompat-resources:1.6.0-alpha05 @@ -177,7 +177,7 @@ +| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.5.0-rc01 (*) +| | | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.7.0 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.7.10 (*) +| | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.5.0-rc01 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.5.0-rc01 (*) +| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 @@ -199,12 +199,12 @@ +| | +--- androidx.lifecycle:lifecycle-livedata:2.4.1 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.4.1 +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.4.1 -> 2.5.0-rc01 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.0 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.0 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.10 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.10 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 -> 1.6.1 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1 -> 2.5.0-rc01 +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.0-rc01 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| +--- com.google.android.material:material:1.6.0 -> 1.7.0-alpha02 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 @@ -274,7 +274,7 @@ +| +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.5.0-rc01 (*) +| +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*) +| +--- javax.inject:javax.inject:1 -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) ++--- androidx.hilt:hilt-work:1.0.0 +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| +--- androidx.hilt:hilt-common:1.0.0 @@ -309,23 +309,23 @@ +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0-rc01 (*) +| | +--- androidx.savedstate:savedstate-ktx:1.2.0-rc01 -> 1.2.0 +| | | +--- androidx.savedstate:savedstate:1.2.0 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.0 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.10 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- androidx.activity:activity:1.6.0-alpha05 (c) +| +--- androidx.core:core-ktx:1.2.0 -> 1.9.0-alpha05 (*) +| +--- androidx.collection:collection-ktx:1.1.0 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.7.10 (*) +| | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*) +| +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.1 -> 2.4.1 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.5.0-rc01 (*) +| +--- androidx.savedstate:savedstate-ktx:1.1.0 -> 1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.7.10 (*) ++--- androidx.lifecycle:lifecycle-runtime-ktx:2.4.1 -> 2.5.0-rc01 (*) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1 -> 2.5.0-rc01 (*) ++--- androidx.room:room-ktx:2.4.2 +| +--- androidx.room:room-common:2.4.2 (*) +| +--- androidx.room:room-runtime:2.4.2 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.6.1 (*) ++--- androidx.appcompat:appcompat:1.6.0-alpha05 (*) ++--- androidx.paging:paging-runtime:2.1.2 @@ -353,13 +353,13 @@ +| \--- com.atlassian.commonmark:commonmark:0.13.0 ++--- io.noties.markwon:linkify:4.6.2 +| \--- io.noties.markwon:core:4.6.2 (*) -++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0 (*) +++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 (*) ++--- com.squareup.okhttp3:okhttp:4.9.3 +| +--- com.squareup.okio:okio:2.8.0 -> 3.0.0 +| | \--- com.squareup.okio:okio-jvm:3.0.0 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.7.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 -> 1.7.0 -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.7.10 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 -> 1.7.10 ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.10 (*) ++--- com.google.code.gson:gson:2.8.8 ++--- com.google.android.material:material:1.6.1 -> 1.7.0-alpha02 (*) ++--- androidx.constraintlayout:constraintlayout:2.1.2 (*) @@ -375,7 +375,7 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| \--- androidx.collection:collection:1.0.0 -> 1.2.0 (*) ++--- com.jakewharton.timber:timber:5.0.1 -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 1.7.10 (*) +| \--- org.jetbrains:annotations:20.1.0 ++--- com.google.android.apps.dashclock:dashclock-api:2.0.0 ++--- com.github.twofortyfouram:android-plugin-api-for-locale:1.0.2 @@ -410,7 +410,7 @@ ++--- androidx.work:work-runtime:2.7.1 (*) ++--- androidx.work:work-runtime-ktx:2.7.1 +| +--- androidx.work:work-runtime:2.7.1 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.10 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0 -> 1.6.1 (*) ++--- com.etebase:client:2.3.2 +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 @@ -428,54 +428,54 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava ++--- org.osmdroid:osmdroid-android:6.1.11 -++--- androidx.compose.ui:ui:1.2.0 +++--- androidx.compose.ui:ui:1.2.1 +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| +--- androidx.autofill:autofill:1.0.0 +| | \--- androidx.core:core:1.1.0 -> 1.9.0-alpha05 (*) +| +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*) -+| +--- androidx.compose.runtime:runtime:1.2.0 ++| +--- androidx.compose.runtime:runtime:1.2.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) -+| +--- androidx.compose.runtime:runtime-saveable:1.2.0 ++| +--- androidx.compose.runtime:runtime-saveable:1.2.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| +--- androidx.compose.ui:ui-geometry:1.2.0 ++| | +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| +--- androidx.compose.ui:ui-geometry:1.2.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.2.0 -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| +--- androidx.compose.ui:ui-graphics:1.2.0 ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-util:1.2.1 ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| +--- androidx.compose.ui:ui-graphics:1.2.1 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-unit:1.2.0 ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-unit:1.2.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-geometry:1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-util:1.2.0 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -+| +--- androidx.compose.ui:ui-text:1.2.0 ++| | | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-geometry:1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-util:1.2.1 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| | +--- androidx.compose.ui:ui-util:1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 ++| +--- androidx.compose.ui:ui-text:1.2.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*) -+| | +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| | +--- androidx.compose.runtime:runtime-saveable:1.2.0 (*) -+| | +--- androidx.compose.ui:ui-graphics:1.2.0 (*) -+| | +--- androidx.compose.ui:ui-unit:1.2.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.2.0 (*) ++| | +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| | +--- androidx.compose.runtime:runtime-saveable:1.2.1 (*) ++| | +--- androidx.compose.ui:ui-graphics:1.2.1 (*) ++| | +--- androidx.compose.ui:ui-unit:1.2.1 (*) ++| | +--- androidx.compose.ui:ui-util:1.2.1 (*) +| | +--- androidx.core:core:1.5.0 -> 1.9.0-alpha05 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 (*) -+| +--- androidx.compose.ui:ui-unit:1.2.0 (*) -+| +--- androidx.compose.ui:ui-util:1.2.0 (*) ++| +--- androidx.compose.ui:ui-unit:1.2.1 (*) ++| +--- androidx.compose.ui:ui-util:1.2.1 (*) +| +--- androidx.core:core:1.5.0 -> 1.9.0-alpha05 (*) +| +--- androidx.customview:customview-poolingcontainer:1.0.0 +| | +--- androidx.core:core-ktx:1.5.0 -> 1.9.0-alpha05 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.3.0 -> 2.5.0-rc01 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | \--- androidx.lifecycle:lifecycle-common:2.5.0-rc01 (*) @@ -485,107 +485,107 @@ +| | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 +| | \--- androidx.startup:startup-runtime:1.1.1 (*) +| +--- androidx.savedstate:savedstate-ktx:1.2.0 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 (*) -++--- androidx.compose.foundation:foundation:1.2.0 +++--- androidx.compose.foundation:foundation:1.2.1 +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| +--- androidx.compose.animation:animation:1.1.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | +--- androidx.compose.animation:animation-core:1.1.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 -> 1.6.1 (*) -+| | | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-unit:1.0.0 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) -+| | +--- androidx.compose.foundation:foundation-layout:1.0.0 -> 1.2.0 ++| | | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-unit:1.0.0 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) ++| | +--- androidx.compose.foundation:foundation-layout:1.0.0 -> 1.2.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | +--- androidx.compose.animation:animation-core:1.1.1 (*) -+| | | +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| | | +--- androidx.compose.ui:ui:1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-unit:1.1.1 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) ++| | | +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| | | +--- androidx.compose.ui:ui:1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-unit:1.1.1 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) +| | | +--- androidx.core:core:1.7.0 -> 1.9.0-alpha05 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-geometry:1.0.0 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.7.0 -+| +--- androidx.compose.foundation:foundation-layout:1.2.0 (*) -+| +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.2.0 (*) -+| +--- androidx.compose.ui:ui-graphics:1.1.1 -> 1.2.0 (*) -+| +--- androidx.compose.ui:ui-text:1.0.0 -> 1.2.0 (*) -+| +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -++--- androidx.compose.material:material:1.2.0 ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-geometry:1.0.0 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.7.10 ++| +--- androidx.compose.foundation:foundation-layout:1.2.1 (*) ++| +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.2.1 (*) ++| +--- androidx.compose.ui:ui-graphics:1.1.1 -> 1.2.1 (*) ++| +--- androidx.compose.ui:ui-text:1.0.0 -> 1.2.1 (*) ++| +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 +++--- androidx.compose.material:material:1.2.1 +| +--- androidx.compose.animation:animation:1.0.0 -> 1.1.1 (*) +| +--- androidx.compose.animation:animation-core:1.0.0 -> 1.1.1 (*) -+| +--- androidx.compose.foundation:foundation:1.2.0 (*) -+| +--- androidx.compose.foundation:foundation-layout:1.1.1 -> 1.2.0 (*) -+| +--- androidx.compose.material:material-icons-core:1.2.0 -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| +--- androidx.compose.material:material-ripple:1.2.0 ++| +--- androidx.compose.foundation:foundation:1.2.1 (*) ++| +--- androidx.compose.foundation:foundation-layout:1.1.1 -> 1.2.1 (*) ++| +--- androidx.compose.material:material-icons-core:1.2.1 ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| +--- androidx.compose.material:material-ripple:1.2.1 +| | +--- androidx.compose.animation:animation:1.0.0 -> 1.1.1 (*) -+| | +--- androidx.compose.foundation:foundation:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -+| +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.2.0 (*) -+| +--- androidx.compose.ui:ui-text:1.2.0 (*) -+| +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) ++| | +--- androidx.compose.foundation:foundation:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 ++| +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.2.1 (*) ++| +--- androidx.compose.ui:ui-text:1.2.1 (*) ++| +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) +| +--- androidx.lifecycle:lifecycle-runtime:2.3.0 -> 2.5.0-rc01 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.3.0 -> 2.5.0-rc01 (*) +| +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -++--- androidx.compose.runtime:runtime-livedata:1.2.0 -+| +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.0.0 -> 1.2.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 +++--- androidx.compose.runtime:runtime-livedata:1.2.1 ++| +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.0.0 -> 1.2.1 (*) +| +--- androidx.lifecycle:lifecycle-livedata:2.2.0 -> 2.4.1 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++--- com.google.android.material:compose-theme-adapter:1.1.11 +| +--- androidx.appcompat:appcompat:1.4.1 -> 1.6.0-alpha05 (*) +| +--- androidx.core:core-ktx:1.8.0-rc02 -> 1.9.0-alpha05 (*) -+| +--- androidx.compose.runtime:runtime:1.2.0-beta03 -> 1.2.0 (*) -+| +--- androidx.compose.material:material:1.2.0-beta03 -> 1.2.0 (*) ++| +--- androidx.compose.runtime:runtime:1.2.0-beta03 -> 1.2.1 (*) ++| +--- androidx.compose.material:material:1.2.0-beta03 -> 1.2.1 (*) +| +--- com.google.android.material:material:1.7.0-alpha02 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++--- androidx.activity:activity-compose:1.4.0 -> 1.5.0-rc01 +| +--- androidx.activity:activity-ktx:1.5.0-rc01 -> 1.6.0-alpha05 (*) -+| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.2.0 (*) -+| +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.0.1 -> 1.2.0 (*) ++| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.2.1 (*) ++| +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.0.1 -> 1.2.1 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.5.0-rc01 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -++--- androidx.compose.material:material-icons-extended:1.2.0 -+| +--- androidx.compose.material:material-icons-core:1.2.0 (*) -+| +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +++--- androidx.compose.material:material-icons-extended:1.2.1 ++| +--- androidx.compose.material:material-icons-core:1.2.1 (*) ++| +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 ++--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.1 +| +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0 -> 2.5.0-rc01 (*) -+| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.0.1 -> 1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.0 (*) -++--- androidx.compose.ui:ui-viewbinding:1.2.0 -+| +--- androidx.compose.ui:ui:1.2.0 (*) -+| +--- androidx.compose.ui:ui-util:1.2.0 (*) ++| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.0.1 -> 1.2.1 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.10 (*) +++--- androidx.compose.ui:ui-viewbinding:1.2.1 ++| +--- androidx.compose.ui:ui:1.2.1 (*) ++| +--- androidx.compose.ui:ui-util:1.2.1 (*) +| +--- androidx.databinding:viewbinding:4.1.2 -> 7.2.2 (*) +| +--- androidx.fragment:fragment-ktx:1.3.2 -> 1.4.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++--- io.coil-kt:coil-compose:2.1.0 +| +--- io.coil-kt:coil-compose-base:2.1.0 +| | +--- io.coil-kt:coil-base:2.1.0 +| | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.6.10 -+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) ++| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.6.10 -+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) ++| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.4.1 -> 2.5.0-rc01 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| | | +--- com.squareup.okhttp3:okhttp:4.9.3 (*) @@ -596,21 +596,21 @@ +| | | +--- androidx.core:core-ktx:1.7.0 -> 1.9.0-alpha05 (*) +| | | \--- androidx.exifinterface:exifinterface:1.3.3 +| | | \--- androidx.annotation:annotation:1.2.0 -> 1.3.0 -+| | +--- androidx.compose.foundation:foundation:1.1.1 -> 1.2.0 (*) ++| | +--- androidx.compose.foundation:foundation:1.1.1 -> 1.2.1 (*) +| | +--- androidx.core:core-ktx:1.7.0 -> 1.9.0-alpha05 (*) +| | \--- com.google.accompanist:accompanist-drawablepainter:0.23.1 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 1.7.0 (*) -+| | \--- androidx.compose.ui:ui:1.1.1 -> 1.2.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 1.7.10 (*) ++| | \--- androidx.compose.ui:ui:1.1.1 -> 1.2.1 (*) +| \--- io.coil-kt:coil:2.1.0 +| \--- io.coil-kt:coil-base:2.1.0 (*) ++--- com.google.accompanist:accompanist-flowlayout:0.24.12-rc -+| +--- androidx.compose.foundation:foundation:1.2.0-rc02 -> 1.2.0 (*) -+| \--- androidx.compose.ui:ui-util:1.2.0-rc02 -> 1.2.0 (*) ++| +--- androidx.compose.foundation:foundation:1.2.0-rc02 -> 1.2.1 (*) ++| \--- androidx.compose.ui:ui-util:1.2.0-rc02 -> 1.2.1 (*) +\--- com.google.accompanist:accompanist-permissions:0.24.12-rc + +--- androidx.activity:activity-compose:1.5.0-rc01 (*) -+ +--- androidx.compose.foundation:foundation:1.2.0-rc02 -> 1.2.0 (*) ++ +--- androidx.compose.foundation:foundation:1.2.0-rc02 -> 1.2.1 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0 -> 1.6.1 (*) + \--- io.github.aakira:napier:1.4.1 + \--- io.github.aakira:napier-android:1.4.1 -+ +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.7.0 (*) -+ \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32 -> 1.7.0 ++ +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.7.10 (*) ++ \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32 -> 1.7.10 diff --git a/deps_googleplay.txt b/deps_googleplay.txt index b8a4842b4..3ff7435ea 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -27,19 +27,19 @@ +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (c) +| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1 (c) +| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 (c) -+| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.7.0 -+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0 ++| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.7.10 ++| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 ++| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10 +| | | | | \--- org.jetbrains:annotations:13.0 -> 20.1.0 -+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0 -+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0 -> 1.7.0 ++| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10 ++| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0 -> 1.7.10 +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.7.0 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.7.10 (*) +| +--- androidx.lifecycle:lifecycle-runtime-ktx:2.2.0 -> 2.5.0-rc01 +| | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 +| | +--- androidx.lifecycle:lifecycle-runtime:2.5.0-rc01 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| +--- androidx.lifecycle:lifecycle-livedata:2.2.0 -> 2.4.1 +| | +--- androidx.arch.core:core-common:2.1.0 (*) @@ -59,10 +59,10 @@ +| | \--- androidx.lifecycle:lifecycle-runtime:2.2.0 -> 2.5.0-rc01 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.2.0 -> 2.5.0-rc01 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.0-rc01 (c) +| +--- androidx.databinding:databinding-runtime:7.2.2 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.7.10 (*) ++--- com.google.firebase:firebase-crashlytics:18.2.11 +| +--- com.google.android.datatransport:transport-api:3.0.0 +| | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 @@ -103,7 +103,7 @@ +| | +--- androidx.core:core-ktx:1.2.0 -> 1.9.0-alpha05 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | +--- androidx.core:core:1.9.0-alpha05 (*) -+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | | \--- androidx.core:core:1.9.0-alpha05 (c) +| | +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*) +| | +--- androidx.viewpager:viewpager:1.0.0 @@ -133,19 +133,19 @@ +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | | | +--- androidx.arch.core:core-common:2.1.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 -> 2.5.0-rc01 (*) -+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.0 (*) -+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.10 (*) ++| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| | | +--- androidx.savedstate:savedstate:1.2.0-rc01 -> 1.2.0 (*) +| | | +--- androidx.tracing:tracing:1.0.0 (*) -+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | | \--- androidx.activity:activity-ktx:1.6.0-alpha05 (c) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 -> 2.5.0-rc01 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.5.0-rc01 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.5.0-rc01 (*) +| | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 -+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.7.0 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.7.10 (*) +| +--- com.google.firebase:firebase-annotations:16.0.0 +| +--- com.google.firebase:firebase-common:20.1.1 +| | +--- com.google.android.gms:play-services-basement:18.0.0 (*) @@ -221,7 +221,7 @@ +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | +--- com.google.firebase:firebase-common:20.0.0 -> 20.1.1 (*) +| | +--- com.google.firebase:firebase-components:17.0.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 1.7.0 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 1.7.10 (*) +| +--- com.google.firebase:firebase-components:17.0.0 (*) +| +--- com.google.firebase:firebase-config:21.0.1 +| | +--- com.google.android.gms:play-services-tasks:17.0.2 -> 18.0.1 (*) @@ -233,7 +233,7 @@ +| | \--- com.google.firebase:firebase-measurement-connector:18.0.0 -> 19.0.0 (*) +| +--- com.google.firebase:firebase-installations:17.0.0 -> 17.0.1 (*) +| +--- com.google.firebase:firebase-installations-interop:17.0.0 -> 17.0.1 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 1.7.10 (*) ++--- com.google.android.gms:play-services-location:19.0.1 +| +--- com.google.android.gms:play-services-base:18.0.1 +| | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*) @@ -251,12 +251,12 @@ +| \--- com.google.android.gms:play-services-basement:18.0.0 (*) ++--- com.android.billingclient:billing-ktx:3.0.3 +| +--- com.android.billingclient:billing:3.0.3 -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.0 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.0 -> 1.7.10 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 -> 1.6.1 (*) ++--- com.google.android.play:core:1.10.3 ++--- com.google.android.play:core-ktx:1.8.1 +| +--- com.google.android.play:core:1.8.0 -> 1.10.3 -+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 1.7.10 (*) +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.6 -> 1.6.1 (*) +| +--- androidx.core:core:1.1.0 -> 1.9.0-alpha05 (*) +| \--- androidx.fragment:fragment:1.1.0 -> 1.4.0 (*) @@ -306,7 +306,7 @@ +| +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.0.0 (*) +| \--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.0.1 (*) ++--- com.github.tasks:dav4jvm:deb2c9aef8 -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.10 (*) +| \--- org.apache.commons:commons-lang3:3.8.1 ++--- com.github.tasks:ical4android:0e928b567c +| +--- org.mnode.ical4j:ical4j:3.0.21 @@ -314,7 +314,7 @@ +| | +--- commons-codec:commons-codec:1.11 +| | +--- org.apache.commons:commons-lang3:3.8.1 +| | \--- org.apache.commons:commons-collections4:4.1 -+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.21 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.21 -> 1.7.10 (*) +| +--- com.sun.mail:android-mail:1.6.5 +| | \--- com.sun.mail:android-activation:1.6.5 +| +--- commons-io:commons-io:2.6 @@ -326,7 +326,7 @@ +| +--- androidx.databinding:databinding-runtime:7.2.0 -> 7.2.2 (*) +| +--- androidx.databinding:databinding-adapters:7.2.0 -> 7.2.2 (*) +| +--- androidx.databinding:databinding-ktx:7.2.0 -> 7.2.2 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21 -> 1.7.10 (*) +| +--- androidx.appcompat:appcompat:1.4.1 -> 1.6.0-alpha05 (*) +| +--- androidx.cardview:cardview:1.0.0 +| | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 @@ -344,12 +344,12 @@ +| | +--- androidx.lifecycle:lifecycle-livedata:2.4.1 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.4.1 +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.4.1 -> 2.5.0-rc01 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.0 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.0 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.10 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.10 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 -> 1.6.1 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1 -> 2.5.0-rc01 +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.0-rc01 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| +--- com.google.android.material:material:1.6.0 -> 1.7.0-alpha02 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 @@ -410,7 +410,7 @@ +| +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.5.0-rc01 (*) +| +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*) +| +--- javax.inject:javax.inject:1 -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) ++--- androidx.hilt:hilt-work:1.0.0 +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| +--- androidx.hilt:hilt-common:1.0.0 @@ -445,23 +445,23 @@ +| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0-rc01 (*) +| | +--- androidx.savedstate:savedstate-ktx:1.2.0-rc01 -> 1.2.0 +| | | +--- androidx.savedstate:savedstate:1.2.0 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.0 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.10 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- androidx.activity:activity:1.6.0-alpha05 (c) +| +--- androidx.core:core-ktx:1.2.0 -> 1.9.0-alpha05 (*) +| +--- androidx.collection:collection-ktx:1.1.0 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.7.10 (*) +| | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*) +| +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.1 -> 2.4.1 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 -> 2.5.0-rc01 (*) +| +--- androidx.savedstate:savedstate-ktx:1.1.0 -> 1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 -> 1.7.10 (*) ++--- androidx.lifecycle:lifecycle-runtime-ktx:2.4.1 -> 2.5.0-rc01 (*) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1 -> 2.5.0-rc01 (*) ++--- androidx.room:room-ktx:2.4.2 +| +--- androidx.room:room-common:2.4.2 (*) +| +--- androidx.room:room-runtime:2.4.2 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.6.1 (*) ++--- androidx.appcompat:appcompat:1.6.0-alpha05 (*) ++--- androidx.paging:paging-runtime:2.1.2 @@ -489,13 +489,13 @@ +| \--- com.atlassian.commonmark:commonmark:0.13.0 ++--- io.noties.markwon:linkify:4.6.2 +| \--- io.noties.markwon:core:4.6.2 (*) -++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0 (*) +++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 (*) ++--- com.squareup.okhttp3:okhttp:4.9.3 +| +--- com.squareup.okio:okio:2.8.0 -> 3.0.0 +| | \--- com.squareup.okio:okio-jvm:3.0.0 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.7.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 -> 1.7.0 -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 -> 1.7.10 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 -> 1.7.10 ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.7.10 (*) ++--- com.google.code.gson:gson:2.8.8 ++--- com.google.android.material:material:1.6.1 -> 1.7.0-alpha02 (*) ++--- androidx.constraintlayout:constraintlayout:2.1.2 (*) @@ -511,7 +511,7 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| \--- androidx.collection:collection:1.0.0 -> 1.2.0 (*) ++--- com.jakewharton.timber:timber:5.0.1 -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 1.7.10 (*) +| \--- org.jetbrains:annotations:20.1.0 ++--- com.google.android.apps.dashclock:dashclock-api:2.0.0 ++--- com.github.twofortyfouram:android-plugin-api-for-locale:1.0.2 @@ -546,7 +546,7 @@ ++--- androidx.work:work-runtime:2.7.1 (*) ++--- androidx.work:work-runtime-ktx:2.7.1 +| +--- androidx.work:work-runtime:2.7.1 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.0 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.10 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0 -> 1.6.1 (*) ++--- com.etebase:client:2.3.2 +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 @@ -564,54 +564,54 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava ++--- org.osmdroid:osmdroid-android:6.1.11 -++--- androidx.compose.ui:ui:1.2.0 +++--- androidx.compose.ui:ui:1.2.1 +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| +--- androidx.autofill:autofill:1.0.0 +| | \--- androidx.core:core:1.1.0 -> 1.9.0-alpha05 (*) +| +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*) -+| +--- androidx.compose.runtime:runtime:1.2.0 ++| +--- androidx.compose.runtime:runtime:1.2.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) -+| +--- androidx.compose.runtime:runtime-saveable:1.2.0 ++| +--- androidx.compose.runtime:runtime-saveable:1.2.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| +--- androidx.compose.ui:ui-geometry:1.2.0 ++| | +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| +--- androidx.compose.ui:ui-geometry:1.2.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.2.0 -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| +--- androidx.compose.ui:ui-graphics:1.2.0 ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-util:1.2.1 ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| +--- androidx.compose.ui:ui-graphics:1.2.1 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-unit:1.2.0 ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-unit:1.2.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -+| | | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-geometry:1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-util:1.2.0 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -+| +--- androidx.compose.ui:ui-text:1.2.0 ++| | | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-geometry:1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-util:1.2.1 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| | +--- androidx.compose.ui:ui-util:1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 ++| +--- androidx.compose.ui:ui-text:1.2.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*) -+| | +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| | +--- androidx.compose.runtime:runtime-saveable:1.2.0 (*) -+| | +--- androidx.compose.ui:ui-graphics:1.2.0 (*) -+| | +--- androidx.compose.ui:ui-unit:1.2.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.2.0 (*) ++| | +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| | +--- androidx.compose.runtime:runtime-saveable:1.2.1 (*) ++| | +--- androidx.compose.ui:ui-graphics:1.2.1 (*) ++| | +--- androidx.compose.ui:ui-unit:1.2.1 (*) ++| | +--- androidx.compose.ui:ui-util:1.2.1 (*) +| | +--- androidx.core:core:1.5.0 -> 1.9.0-alpha05 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 ++| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 +| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 (*) -+| +--- androidx.compose.ui:ui-unit:1.2.0 (*) -+| +--- androidx.compose.ui:ui-util:1.2.0 (*) ++| +--- androidx.compose.ui:ui-unit:1.2.1 (*) ++| +--- androidx.compose.ui:ui-util:1.2.1 (*) +| +--- androidx.core:core:1.5.0 -> 1.9.0-alpha05 (*) +| +--- androidx.customview:customview-poolingcontainer:1.0.0 +| | +--- androidx.core:core-ktx:1.5.0 -> 1.9.0-alpha05 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.3.0 -> 2.5.0-rc01 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | \--- androidx.lifecycle:lifecycle-common:2.5.0-rc01 (*) @@ -621,107 +621,107 @@ +| | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 +| | \--- androidx.startup:startup-runtime:1.1.1 (*) +| +--- androidx.savedstate:savedstate-ktx:1.2.0 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 ++| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 +| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 (*) -++--- androidx.compose.foundation:foundation:1.2.0 +++--- androidx.compose.foundation:foundation:1.2.1 +| +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| +--- androidx.compose.animation:animation:1.1.1 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | +--- androidx.compose.animation:animation-core:1.1.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 -> 1.6.1 (*) -+| | | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-unit:1.0.0 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) -+| | +--- androidx.compose.foundation:foundation-layout:1.0.0 -> 1.2.0 ++| | | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-unit:1.0.0 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) ++| | +--- androidx.compose.foundation:foundation-layout:1.0.0 -> 1.2.1 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | +--- androidx.compose.animation:animation-core:1.1.1 (*) -+| | | +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| | | +--- androidx.compose.ui:ui:1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-unit:1.1.1 -> 1.2.0 (*) -+| | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) ++| | | +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| | | +--- androidx.compose.ui:ui:1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-unit:1.1.1 -> 1.2.1 (*) ++| | | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) +| | | +--- androidx.core:core:1.7.0 -> 1.9.0-alpha05 (*) -+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-geometry:1.0.0 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.7.0 -+| +--- androidx.compose.foundation:foundation-layout:1.2.0 (*) -+| +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.2.0 (*) -+| +--- androidx.compose.ui:ui-graphics:1.1.1 -> 1.2.0 (*) -+| +--- androidx.compose.ui:ui-text:1.0.0 -> 1.2.0 (*) -+| +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -++--- androidx.compose.material:material:1.2.0 ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-geometry:1.0.0 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 -> 1.7.10 ++| +--- androidx.compose.foundation:foundation-layout:1.2.1 (*) ++| +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.2.1 (*) ++| +--- androidx.compose.ui:ui-graphics:1.1.1 -> 1.2.1 (*) ++| +--- androidx.compose.ui:ui-text:1.0.0 -> 1.2.1 (*) ++| +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 +++--- androidx.compose.material:material:1.2.1 +| +--- androidx.compose.animation:animation:1.0.0 -> 1.1.1 (*) +| +--- androidx.compose.animation:animation-core:1.0.0 -> 1.1.1 (*) -+| +--- androidx.compose.foundation:foundation:1.2.0 (*) -+| +--- androidx.compose.foundation:foundation-layout:1.1.1 -> 1.2.0 (*) -+| +--- androidx.compose.material:material-icons-core:1.2.0 -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -+| +--- androidx.compose.material:material-ripple:1.2.0 ++| +--- androidx.compose.foundation:foundation:1.2.1 (*) ++| +--- androidx.compose.foundation:foundation-layout:1.1.1 -> 1.2.1 (*) ++| +--- androidx.compose.material:material-icons-core:1.2.1 ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui:1.0.0 -> 1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++| +--- androidx.compose.material:material-ripple:1.2.1 +| | +--- androidx.compose.animation:animation:1.0.0 -> 1.1.1 (*) -+| | +--- androidx.compose.foundation:foundation:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.0 (*) -+| | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) -+| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -+| +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.2.0 (*) -+| +--- androidx.compose.ui:ui-text:1.2.0 (*) -+| +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.0 (*) ++| | +--- androidx.compose.foundation:foundation:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.runtime:runtime:1.1.1 -> 1.2.1 (*) ++| | +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) ++| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 ++| +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.2.1 (*) ++| +--- androidx.compose.ui:ui-text:1.2.1 (*) ++| +--- androidx.compose.ui:ui-util:1.0.0 -> 1.2.1 (*) +| +--- androidx.lifecycle:lifecycle-runtime:2.3.0 -> 2.5.0-rc01 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.3.0 -> 2.5.0-rc01 (*) +| +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 -++--- androidx.compose.runtime:runtime-livedata:1.2.0 -+| +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.0.0 -> 1.2.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 +++--- androidx.compose.runtime:runtime-livedata:1.2.1 ++| +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.0.0 -> 1.2.1 (*) +| +--- androidx.lifecycle:lifecycle-livedata:2.2.0 -> 2.4.1 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++--- com.google.android.material:compose-theme-adapter:1.1.11 +| +--- androidx.appcompat:appcompat:1.4.1 -> 1.6.0-alpha05 (*) +| +--- androidx.core:core-ktx:1.8.0-rc02 -> 1.9.0-alpha05 (*) -+| +--- androidx.compose.runtime:runtime:1.2.0-beta03 -> 1.2.0 (*) -+| +--- androidx.compose.material:material:1.2.0-beta03 -> 1.2.0 (*) ++| +--- androidx.compose.runtime:runtime:1.2.0-beta03 -> 1.2.1 (*) ++| +--- androidx.compose.material:material:1.2.0-beta03 -> 1.2.1 (*) +| +--- com.google.android.material:material:1.7.0-alpha02 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++--- androidx.activity:activity-compose:1.4.0 -> 1.5.0-rc01 +| +--- androidx.activity:activity-ktx:1.5.0-rc01 -> 1.6.0-alpha05 (*) -+| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.2.0 (*) -+| +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.0.1 -> 1.2.0 (*) ++| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.2.1 (*) ++| +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.0.1 -> 1.2.1 (*) +| +--- androidx.lifecycle:lifecycle-common-java8:2.5.0-rc01 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) -++--- androidx.compose.material:material-icons-extended:1.2.0 -+| +--- androidx.compose.material:material-icons-core:1.2.0 (*) -+| +--- androidx.compose.runtime:runtime:1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.0 ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) +++--- androidx.compose.material:material-icons-extended:1.2.1 ++| +--- androidx.compose.material:material-icons-core:1.2.1 (*) ++| +--- androidx.compose.runtime:runtime:1.2.1 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.7.10 ++--- androidx.lifecycle:lifecycle-viewmodel-compose:2.4.1 +| +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0 -> 2.5.0-rc01 (*) -+| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.2.0 (*) -+| +--- androidx.compose.ui:ui:1.0.1 -> 1.2.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.0 (*) -++--- androidx.compose.ui:ui-viewbinding:1.2.0 -+| +--- androidx.compose.ui:ui:1.2.0 (*) -+| +--- androidx.compose.ui:ui-util:1.2.0 (*) ++| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.2.1 (*) ++| +--- androidx.compose.ui:ui:1.0.1 -> 1.2.1 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.7.10 (*) +++--- androidx.compose.ui:ui-viewbinding:1.2.1 ++| +--- androidx.compose.ui:ui:1.2.1 (*) ++| +--- androidx.compose.ui:ui-util:1.2.1 (*) +| +--- androidx.databinding:viewbinding:4.1.2 -> 7.2.2 (*) +| +--- androidx.fragment:fragment-ktx:1.3.2 -> 1.4.0 (*) -+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.0 (*) ++| \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*) ++--- io.coil-kt:coil-compose:2.1.0 +| +--- io.coil-kt:coil-compose-base:2.1.0 +| | +--- io.coil-kt:coil-base:2.1.0 +| | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.6.10 -+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) ++| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.6.10 -+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.0 (*) ++| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.7.10 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.4.1 -> 2.5.0-rc01 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (*) +| | | +--- com.squareup.okhttp3:okhttp:4.9.3 (*) @@ -732,21 +732,21 @@ +| | | +--- androidx.core:core-ktx:1.7.0 -> 1.9.0-alpha05 (*) +| | | \--- androidx.exifinterface:exifinterface:1.3.3 +| | | \--- androidx.annotation:annotation:1.2.0 -> 1.3.0 -+| | +--- androidx.compose.foundation:foundation:1.1.1 -> 1.2.0 (*) ++| | +--- androidx.compose.foundation:foundation:1.1.1 -> 1.2.1 (*) +| | +--- androidx.core:core-ktx:1.7.0 -> 1.9.0-alpha05 (*) +| | \--- com.google.accompanist:accompanist-drawablepainter:0.23.1 -+| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 1.7.0 (*) -+| | \--- androidx.compose.ui:ui:1.1.1 -> 1.2.0 (*) ++| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 1.7.10 (*) ++| | \--- androidx.compose.ui:ui:1.1.1 -> 1.2.1 (*) +| \--- io.coil-kt:coil:2.1.0 +| \--- io.coil-kt:coil-base:2.1.0 (*) ++--- com.google.accompanist:accompanist-flowlayout:0.24.12-rc -+| +--- androidx.compose.foundation:foundation:1.2.0-rc02 -> 1.2.0 (*) -+| \--- androidx.compose.ui:ui-util:1.2.0-rc02 -> 1.2.0 (*) ++| +--- androidx.compose.foundation:foundation:1.2.0-rc02 -> 1.2.1 (*) ++| \--- androidx.compose.ui:ui-util:1.2.0-rc02 -> 1.2.1 (*) +\--- com.google.accompanist:accompanist-permissions:0.24.12-rc + +--- androidx.activity:activity-compose:1.5.0-rc01 (*) -+ +--- androidx.compose.foundation:foundation:1.2.0-rc02 -> 1.2.0 (*) ++ +--- androidx.compose.foundation:foundation:1.2.0-rc02 -> 1.2.1 (*) + +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0 -> 1.6.1 (*) + \--- io.github.aakira:napier:1.4.1 + \--- io.github.aakira:napier-android:1.4.1 -+ +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.7.0 (*) -+ \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32 -> 1.7.0 ++ +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.7.10 (*) ++ \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32 -> 1.7.10