Alex Baker 2 weeks ago
parent c9fc02a42e
commit 25f62be56d

@ -203,6 +203,7 @@ dependencies {
implementation(libs.androidx.lifecycle.runtime)
implementation(libs.androidx.lifecycle.viewmodel)
implementation(libs.androidx.room)
implementation(libs.androidx.sqlite)
ksp(libs.androidx.room.compiler)
implementation(libs.androidx.appcompat)
implementation(libs.markwon)

@ -2,6 +2,7 @@ package org.tasks.injection
import android.content.Context
import androidx.room.Room
import androidx.sqlite.driver.bundled.BundledSQLiteDriver
import com.todoroo.astrid.dao.Database
import dagger.Module
import dagger.Provides
@ -31,8 +32,13 @@ internal class ProductionModule {
preferences: Preferences,
fileStorage: FileStorage,
): Database {
val builder = Room.databaseBuilder(context, Database::class.java, Database.NAME)
.addMigrations(*Migrations.migrations(context, fileStorage))
val databaseFile = context.getDatabasePath(Database.NAME)
val builder = Room.databaseBuilder<Database>(
context = context,
name = databaseFile.absolutePath,
)
.setDriver(BundledSQLiteDriver())
.addMigrations(*Migrations.migrations(context, fileStorage))
if (!BuildConfig.DEBUG || !preferences.getBoolean(R.string.p_crash_main_queries, false)) {
builder.allowMainThreadQueries()
}

@ -1,6 +1,6 @@
++--- androidx.databinding:viewbinding:8.4.0
+| \--- androidx.annotation:annotation:1.0.0 -> 1.7.1
+| \--- androidx.annotation:annotation-jvm:1.7.1
+| \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01
+| \--- androidx.annotation:annotation-jvm:1.8.0-rc01
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23
+| +--- org.jetbrains:annotations:13.0 -> 23.0.0
+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.23 (c)
@ -10,21 +10,21 @@
++--- androidx.databinding:databinding-runtime:8.4.0
+| +--- androidx.collection:collection:1.0.0 -> 1.4.0
+| | \--- androidx.collection:collection-jvm:1.4.0
+| | +--- androidx.annotation:annotation:1.7.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.7.0 -> 1.8.0-rc01 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | +--- androidx.collection:collection-ktx:1.4.0 (c)
+| | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.0 (c)
+| +--- androidx.databinding:databinding-common:8.4.0
+| +--- androidx.databinding:viewbinding:8.4.0 (*)
+| \--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.arch.core:core-common:2.2.0
+| | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.arch.core:core-runtime:2.2.0
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | \--- androidx.arch.core:core-common:2.2.0 (*)
+| +--- androidx.lifecycle:lifecycle-common:2.7.0
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3
@ -32,8 +32,8 @@
+| | | | +--- org.jetbrains:annotations:23.0.0
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (c)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.23
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.23
@ -57,14 +57,14 @@
+| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+| +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.3.1
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.concurrent:concurrent-futures:1.1.0
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+| | +--- androidx.startup:startup-runtime:1.1.1
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | \--- androidx.tracing:tracing:1.0.0
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
@ -88,7 +88,7 @@
+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.23 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1 -> 1.7.3 (*)
+| +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0
+| | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3 (*)
@ -158,7 +158,7 @@
+| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+| +--- androidx.lifecycle:lifecycle-process:2.6.1 -> 2.7.0
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+| | +--- androidx.startup:startup-runtime:1.1.1 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
@ -192,7 +192,7 @@
+| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+| \--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+| +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
@ -245,18 +245,18 @@
+| +--- org.slf4j:slf4j-jdk14:2.0.3
+| | \--- org.slf4j:slf4j-api:2.0.3
+| \--- androidx.core:core-ktx:1.9.0 -> 1.13.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.core:core:1.13.0
+| | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation-experimental:1.4.0
+| | +--- androidx.annotation:annotation:1.6.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
+| | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
+| | +--- androidx.interpolator:interpolator:1.0.0
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 (*)
+| | +--- androidx.versionedparcelable:versionedparcelable:1.1.1
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | \--- androidx.core:core-ktx:1.13.0 (c)
@ -270,18 +270,18 @@
+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21 -> 1.9.23 (*)
+| +--- androidx.appcompat:appcompat:1.4.1 -> 1.6.1
+| | +--- androidx.activity:activity:1.6.0 -> 1.9.0
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.13.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (*)
+| | | | +--- androidx.savedstate:savedstate:1.2.1
+| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.7.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.23 (*)
@ -307,13 +307,13 @@
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | +--- androidx.activity:activity-compose:1.9.0 (c)
+| | | \--- androidx.activity:activity-ktx:1.9.0 (c)
+| | +--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.3.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.appcompat:appcompat-resources:1.6.1
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.6.0 -> 1.13.0 (*)
+| | | +--- androidx.vectordrawable:vectordrawable:1.1.0
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | | | \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
@ -325,16 +325,16 @@
+| | +--- androidx.core:core:1.9.0 -> 1.13.0 (*)
+| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.0 (*)
+| | +--- androidx.cursoradapter:cursoradapter:1.0.0
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.core:core:1.2.0 -> 1.13.0 (*)
+| | | \--- androidx.customview:customview:1.1.0
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.core:core:1.3.0 -> 1.13.0 (*)
+| | | \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.3.0 -> 1.13.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 (*)
@ -347,8 +347,8 @@
+| | | \--- androidx.emoji2:emoji2:1.3.0 (c)
+| | +--- androidx.fragment:fragment:1.3.6 -> 1.7.0
+| | | +--- androidx.activity:activity:1.8.1 -> 1.9.0 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation-experimental:1.4.0 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+| | | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*)
@ -356,14 +356,14 @@
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*)
+| | | +--- androidx.loader:loader:1.0.0
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.core:core:1.0.0 -> 1.13.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 (*)
+| | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.7.0 (*)
+| | | +--- androidx.profileinstaller:profileinstaller:1.3.1 (*)
+| | | +--- androidx.savedstate:savedstate:1.2.1 (*)
+| | | +--- androidx.viewpager:viewpager:1.0.0
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.core:core:1.0.0 -> 1.13.0 (*)
+| | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
@ -371,12 +371,12 @@
+| | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.7.0 (*)
+| | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*)
+| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
+| | \--- androidx.appcompat:appcompat-resources:1.6.1 (c)
+| +--- androidx.cardview:cardview:1.0.0
+| | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| +--- androidx.lifecycle:lifecycle-extensions:2.2.0
+| | +--- androidx.lifecycle:lifecycle-runtime:2.2.0 -> 2.7.0 (*)
+| | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*)
@ -429,11 +429,11 @@
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.23 (c)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (c)
+| | +--- androidx.activity:activity:1.8.0 -> 1.9.0 (*)
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.appcompat:appcompat:1.6.1 (*)
+| | +--- androidx.cardview:cardview:1.0.0 (*)
+| | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
+| | | \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
@ -447,20 +447,20 @@
+| | | +--- androidx.core:core:1.0.0 -> 1.13.0 (*)
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0
+| | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.core:core:1.0.0 -> 1.13.0 (*)
+| | | +--- androidx.documentfile:documentfile:1.0.0
+| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.loader:loader:1.0.0 (*)
+| | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
+| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | \--- androidx.print:print:1.0.0
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*)
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*)
+| | +--- androidx.fragment:fragment:1.2.5 -> 1.7.0 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*)
+| | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.7.0 -> 1.13.0 (*)
+| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
@ -470,14 +470,14 @@
+| | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c)
+| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*)
+| | +--- androidx.transition:transition:1.5.0
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.13.0 (*)
+| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*)
+| | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
+| | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.1 (*)
+| | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | +--- androidx.core:core:1.3.2 -> 1.13.0 (*)
+| | +--- androidx.fragment:fragment:1.1.0 -> 1.7.0 (*)
@ -496,8 +496,8 @@
+| | +--- com.google.dagger:dagger:2.50 (*)
+| | \--- javax.inject:javax.inject:1
+| +--- androidx.activity:activity:1.5.1 -> 1.9.0 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.0 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.1 (*)
+| +--- androidx.fragment:fragment:1.5.1 -> 1.7.0 (*)
+| +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.7.0 (*)
+| +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*)
@ -506,35 +506,44 @@
+| +--- javax.inject:javax.inject:1
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 1.9.23 (*)
++--- androidx.hilt:hilt-work:1.2.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.hilt:hilt-common:1.2.0
+| | \--- com.google.dagger:hilt-core:2.49 -> 2.50 (*)
+| +--- androidx.work:work-runtime:2.3.4 -> 2.8.1
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*)
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*)
+| | +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | +--- androidx.core:core:1.6.0 -> 1.13.0 (*)
+| | +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.7.0 (*)
+| | +--- androidx.lifecycle:lifecycle-service:2.1.0 -> 2.7.0 (*)
+| | +--- androidx.room:room-runtime:2.5.0 -> 2.6.1
+| | | +--- androidx.annotation:annotation-experimental:1.1.0-rc01 -> 1.4.0 (*)
+| | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
+| | | +--- androidx.room:room-common:2.6.1
+| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.23 (*)
+| | | | +--- androidx.room:room-ktx:2.6.1 (c)
+| | | | \--- androidx.room:room-runtime:2.6.1 (c)
+| | | +--- androidx.sqlite:sqlite:2.4.0
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.sqlite:sqlite-framework:2.4.0 (c)
+| | | +--- androidx.sqlite:sqlite-framework:2.4.0
+| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | | +--- androidx.sqlite:sqlite:2.4.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.sqlite:sqlite:2.4.0 (c)
+| | | +--- androidx.room:room-common:2.6.1 (c)
+| | | \--- androidx.room:room-ktx:2.6.1 (c)
+| | +--- androidx.sqlite:sqlite-framework:2.3.0 -> 2.4.0 (*)
+| | +--- androidx.room:room-runtime:2.5.0 -> 2.7.0-alpha01
+| | | \--- androidx.room:room-runtime-android:2.7.0-alpha01
+| | | +--- androidx.annotation:annotation:1.8.0-rc01 (*)
+| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
+| | | +--- androidx.room:room-common:2.7.0-alpha01
+| | | | \--- androidx.room:room-common-jvm:2.7.0-alpha01
+| | | | +--- androidx.annotation:annotation:1.8.0-rc01 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.room:room-runtime:2.7.0-alpha01 (c)
+| | | +--- androidx.sqlite:sqlite:2.5.0-alpha01
+| | | | \--- androidx.sqlite:sqlite-android:2.5.0-alpha01
+| | | | +--- androidx.annotation:annotation:1.8.0-rc01 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.sqlite:sqlite-framework:2.5.0-alpha01 (c)
+| | | +--- androidx.sqlite:sqlite-framework:2.5.0-alpha01
+| | | | \--- androidx.sqlite:sqlite-framework-android:2.5.0-alpha01
+| | | | +--- androidx.annotation:annotation:1.8.0-rc01 (*)
+| | | | +--- androidx.sqlite:sqlite:2.5.0-alpha01 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.sqlite:sqlite:2.5.0-alpha01 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | +--- org.jetbrains.kotlinx:atomicfu:0.17.0
+| | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.17.0
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.23 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
+| | | \--- androidx.room:room-common:2.7.0-alpha01 (c)
+| | +--- androidx.sqlite:sqlite-framework:2.3.0 -> 2.5.0-alpha01 (*)
+| | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*)
+| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 1.9.23 (*)
@ -564,16 +573,10 @@
+| \--- androidx.fragment:fragment:1.7.0 (c)
++--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (*)
++--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (*)
++--- androidx.room:room-ktx:2.6.1
+| +--- androidx.room:room-common:2.6.1 (*)
+| +--- androidx.room:room-runtime:2.6.1 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3 (*)
+| +--- androidx.room:room-common:2.6.1 (c)
+| \--- androidx.room:room-runtime:2.6.1 (c)
++--- androidx.room:room-runtime:2.7.0-alpha01 (*)
++--- androidx.appcompat:appcompat:1.6.1 (*)
++--- io.noties.markwon:core:4.6.2
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| \--- com.atlassian.commonmark:commonmark:0.13.0
++--- io.noties.markwon:editor:4.6.2
+| \--- io.noties.markwon:core:4.6.2 (*)
@ -613,7 +616,7 @@
+| | | \--- androidx.compose.runtime:runtime-saveable:1.6.7 (c)
+| | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.7
+| | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.7
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
@ -622,7 +625,7 @@
+| | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.7
+| | | \--- androidx.compose.ui:ui-android:1.6.7
+| | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.9.0 (*)
+| | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.6.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.autofill:autofill:1.0.0
+| | | | \--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
@ -631,7 +634,7 @@
+| | | +--- androidx.compose.runtime:runtime-saveable:1.6.7 (*)
+| | | +--- androidx.compose.ui:ui-geometry:1.6.7
+| | | | \--- androidx.compose.ui:ui-geometry-android:1.6.7
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.2.1 -> 1.6.7 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.6.7
+| | | | | \--- androidx.compose.ui:ui-util-android:1.6.7
@ -655,12 +658,12 @@
+| | | | \--- androidx.compose.ui:ui-viewbinding:1.6.7 (c)
+| | | +--- androidx.compose.ui:ui-graphics:1.6.7
+| | | | \--- androidx.compose.ui:ui-graphics-android:1.6.7
+| | | | +--- androidx.annotation:annotation:1.7.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.7.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.collection:collection:1.4.0 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | | +--- androidx.compose.ui:ui-unit:1.6.7
+| | | | | \--- androidx.compose.ui:ui-unit-android:1.6.7
+| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | | +--- androidx.collection:collection-ktx:1.2.0 -> 1.4.0 (*)
+| | | | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | | | +--- androidx.compose.ui:ui-geometry:1.6.7 (*)
@ -685,7 +688,7 @@
+| | | | \--- androidx.compose.ui:ui-viewbinding:1.6.7 (c)
+| | | +--- androidx.compose.ui:ui-text:1.6.7
+| | | | \--- androidx.compose.ui:ui-text-android:1.6.7
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | | +--- androidx.compose.runtime:runtime-saveable:1.6.7 (*)
@ -729,12 +732,12 @@
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | +--- androidx.activity:activity:1.9.0 (c)
+| | \--- androidx.activity:activity-ktx:1.9.0 (c)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation-experimental:1.4.0 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+| +--- androidx.collection:collection:1.4.0 (*)
+| +--- androidx.compose.animation:animation-core:1.6.0 -> 1.6.7
+| | \--- androidx.compose.animation:animation-core-android:1.6.7
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.collection:collection:1.4.0 (*)
+| | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | +--- androidx.compose.ui:ui:1.6.7 (*)
@ -746,15 +749,15 @@
+| | \--- androidx.compose.animation:animation:1.6.7 (c)
+| +--- androidx.compose.foundation:foundation:1.6.0 -> 1.6.7
+| | \--- androidx.compose.foundation:foundation-android:1.6.7
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.collection:collection:1.4.0 (*)
+| | +--- androidx.compose.animation:animation:1.6.7
+| | | \--- androidx.compose.animation:animation-android:1.6.7
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.compose.animation:animation-core:1.6.7 (*)
+| | | +--- androidx.compose.foundation:foundation-layout:1.6.7
+| | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.7
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.6.7 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | | +--- androidx.compose.ui:ui:1.6.7 (*)
@ -801,7 +804,7 @@
+| +--- androidx.compose.ui:ui-text:1.6.0 -> 1.6.7 (*)
+| +--- androidx.compose.ui:ui-util:1.6.0 -> 1.6.7 (*)
+| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.7.0
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.lifecycle:lifecycle-common:2.7.0 (*)
+| | +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+| | +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
@ -822,24 +825,24 @@
+| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
++--- androidx.constraintlayout:constraintlayout:2.1.4 (*)
++--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| \--- androidx.interpolator:interpolator:1.0.0 (*)
++--- androidx.preference:preference:1.2.1
+| +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*)
+| +--- androidx.core:core:1.6.0 -> 1.13.0 (*)
+| +--- androidx.activity:activity-ktx:1.5.1 -> 1.9.0 (*)
+| +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.7.0 (*)
+| +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 (*)
+| +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.customview:customview:1.1.0 (*)
+| | +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | +--- androidx.window:window:1.0.0
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.23 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.7.3 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | \--- androidx.core:core:1.3.2 -> 1.13.0 (*)
+| | \--- androidx.transition:transition:1.4.1 -> 1.5.0 (*)
@ -888,20 +891,20 @@
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 1.9.23 (*)
+| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*)
++--- com.etebase:client:2.3.2
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| \--- com.squareup.okhttp3:logging-interceptor:3.12.1
+| \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.12.0 (*)
++--- com.github.QuadFlask:colorpicker:0.0.15
+| \--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*)
++--- net.openid:appauth:0.11.1
+| +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| +--- androidx.appcompat:appcompat:1.3.0 -> 1.6.1 (*)
+| \--- androidx.browser:browser:1.3.0
+| +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
+| +--- androidx.interpolator:interpolator:1.0.0 (*)
+| +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
++--- org.osmdroid:osmdroid-android:6.1.18
++--- com.squareup.retrofit2:retrofit:2.9.0
@ -954,7 +957,7 @@
++--- androidx.compose.foundation:foundation -> 1.6.7 (*)
++--- androidx.compose.material:material -> 1.6.7
+| \--- androidx.compose.material:material-android:1.6.7
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.compose.animation:animation:1.6.7 (*)
+| +--- androidx.compose.animation:animation-core:1.6.7 (*)
+| +--- androidx.compose.foundation:foundation:1.6.7 (*)
@ -1000,7 +1003,7 @@
+| +--- androidx.compose.material:material-icons-core:1.6.7 (c)
+| \--- androidx.compose.material:material-ripple:1.6.7 (c)
++--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0
+| +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*)
+| +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*)
+| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.7 (*)
+| +--- androidx.compose.ui:ui:1.0.1 -> 1.6.7 (*)
+| +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (*)
@ -1035,7 +1038,7 @@
+| \--- androidx.compose.ui:ui-unit:1.6.7 (c)
++--- androidx.compose.ui:ui-tooling-preview -> 1.6.7
+| \--- androidx.compose.ui:ui-tooling-preview-android:1.6.7
+| +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+| +--- androidx.compose.ui:ui:1.6.7 (c)
@ -1053,12 +1056,12 @@
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.23 (*)
+| | +--- io.coil-kt:coil-base:2.6.0
+| | | +--- androidx.annotation:annotation:1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.7.1 -> 1.8.0-rc01 (*)
+| | | +--- androidx.appcompat:appcompat-resources:1.6.1 (*)
+| | | +--- androidx.collection:collection:1.4.0 (*)
+| | | +--- androidx.core:core-ktx:1.12.0 -> 1.13.0 (*)
+| | | +--- androidx.exifinterface:exifinterface:1.3.7
+| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.profileinstaller:profileinstaller:1.3.1 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)

@ -1,6 +1,6 @@
++--- androidx.databinding:viewbinding:8.4.0
+| \--- androidx.annotation:annotation:1.0.0 -> 1.7.1
+| \--- androidx.annotation:annotation-jvm:1.7.1
+| \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01
+| \--- androidx.annotation:annotation-jvm:1.8.0-rc01
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23
+| +--- org.jetbrains:annotations:13.0 -> 23.0.0
+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.23 (c)
@ -10,21 +10,21 @@
++--- androidx.databinding:databinding-runtime:8.4.0
+| +--- androidx.collection:collection:1.0.0 -> 1.4.0
+| | \--- androidx.collection:collection-jvm:1.4.0
+| | +--- androidx.annotation:annotation:1.7.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.7.0 -> 1.8.0-rc01 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | +--- androidx.collection:collection-ktx:1.4.0 (c)
+| | \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.0 (c)
+| +--- androidx.databinding:databinding-common:8.4.0
+| +--- androidx.databinding:viewbinding:8.4.0 (*)
+| \--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.arch.core:core-common:2.2.0
+| | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.arch.core:core-runtime:2.2.0
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | \--- androidx.arch.core:core-common:2.2.0 (*)
+| +--- androidx.lifecycle:lifecycle-common:2.7.0
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3
@ -32,9 +32,9 @@
+| | | | +--- org.jetbrains:annotations:23.0.0
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (c)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3 (c)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.23
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.23
@ -58,14 +58,14 @@
+| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+| +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.3.1
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.concurrent:concurrent-futures:1.1.0
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+| | +--- androidx.startup:startup-runtime:1.1.1
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | \--- androidx.tracing:tracing:1.0.0
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
@ -89,7 +89,7 @@
+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 -> 1.9.23 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1 -> 1.7.3 (*)
+| +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0
+| | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3 (*)
@ -159,7 +159,7 @@
+| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+| +--- androidx.lifecycle:lifecycle-process:2.6.1 -> 2.7.0
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+| | +--- androidx.startup:startup-runtime:1.1.1 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
@ -193,7 +193,7 @@
+| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+| | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+| \--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+| +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
@ -227,37 +227,37 @@
+| | | | | \--- com.google.android.gms:play-services-basement:18.3.0
+| | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | | | +--- androidx.core:core:1.2.0 -> 1.13.0
+| | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*)
+| | | | | | +--- androidx.annotation:annotation-experimental:1.4.0
+| | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.8.0-rc01 (*)
+| | | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
+| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
+| | | | | | +--- androidx.interpolator:interpolator:1.0.0
+| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 (*)
+| | | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1
+| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | | | \--- androidx.core:core-ktx:1.13.0 (c)
+| | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.7.0
+| | | | | +--- androidx.activity:activity:1.8.1 -> 1.9.0
+| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | | | | +--- androidx.core:core:1.13.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0
+| | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.0
+| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | | | | | +--- androidx.core:core:1.13.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | | | | | \--- androidx.core:core:1.13.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (*)
+| | | | | | | +--- androidx.savedstate:savedstate:1.2.1
+| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | | | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.7.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.23 (*)
@ -283,8 +283,8 @@
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | | | +--- androidx.activity:activity-compose:1.9.0 (c)
+| | | | | | \--- androidx.activity:activity-ktx:1.9.0 (c)
+| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | | +--- androidx.annotation:annotation-experimental:1.4.0 (*)
+| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+| | | | | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*)
@ -292,17 +292,17 @@
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*)
+| | | | | +--- androidx.loader:loader:1.0.0
+| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | | | | +--- androidx.core:core:1.0.0 -> 1.13.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 (*)
+| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.7.0 (*)
+| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 (*)
+| | | | | +--- androidx.savedstate:savedstate:1.2.1 (*)
+| | | | | +--- androidx.viewpager:viewpager:1.0.0
+| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | | | | +--- androidx.core:core:1.0.0 -> 1.13.0 (*)
+| | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0
+| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | | | +--- androidx.core:core:1.3.0 -> 1.13.0 (*)
+| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
@ -311,9 +311,9 @@
+| | | +--- 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.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.5.0 -> 1.8.0-rc01 (*)
+| | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
+| | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.5.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | +--- com.google.android.gms:play-services-basement:18.3.0 (*)
@ -329,10 +329,10 @@
+| | | \--- com.google.firebase:firebase-annotations:16.2.0 (*)
+| | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
+| | +--- com.google.firebase:firebase-encoders:17.0.0
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- com.google.firebase:firebase-encoders-json:18.0.1
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.23 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | \--- com.google.firebase:firebase-encoders:17.0.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.23 (*)
+| | +--- com.google.firebase:firebase-installations:17.2.0 -> 18.0.0
@ -345,37 +345,37 @@
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | +--- com.google.firebase:firebase-datatransport:18.1.8
+| | | +--- com.google.android.datatransport:transport-api:3.0.0
+| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- com.google.android.datatransport:transport-runtime:3.1.9
+| | | | +--- com.google.android.datatransport:transport-api:3.0.0 (*)
+| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.8.0-rc01 (*)
+| | | | +--- javax.inject:javax.inject:1
+| | | | +--- com.google.firebase:firebase-encoders:17.0.0 (*)
+| | | | \--- com.google.firebase:firebase-encoders-proto:16.0.0
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | \--- com.google.firebase:firebase-encoders:17.0.0 (*)
+| | | +--- com.google.android.datatransport:transport-backend-cct:3.1.9
+| | | | +--- com.google.android.datatransport:transport-api:3.0.0 (*)
+| | | | +--- com.google.android.datatransport:transport-runtime:3.1.8 -> 3.1.9 (*)
+| | | | +--- com.google.firebase:firebase-encoders:17.0.0 (*)
+| | | | +--- com.google.firebase:firebase-encoders-json:18.0.0 -> 18.0.1 (*)
+| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.datastore:datastore-preferences:1.0.0
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.23 (*)
+| | | +--- androidx.datastore:datastore:1.0.0
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.23 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 -> 1.7.3 (*)
+| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | | \--- androidx.datastore:datastore-core:1.0.0
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.23 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 -> 1.7.3 (*)
+| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | \--- androidx.datastore:datastore-preferences-core:1.0.0
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.23 (*)
+| | | \--- androidx.datastore:datastore-core:1.0.0 (*)
+| | +--- com.google.android.datatransport:transport-api:3.0.0 (*)
+| | \--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
+| | \--- androidx.annotation:annotation:1.5.0 -> 1.8.0-rc01 (*)
+| +--- 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-common:21.0.0 (*)
@ -395,20 +395,20 @@
+| +--- com.google.android.datatransport:transport-api:3.0.0 (*)
+| +--- com.google.android.datatransport:transport-backend-cct:3.1.9 (*)
+| +--- com.google.android.datatransport:transport-runtime:3.1.9 (*)
+| \--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
+| \--- androidx.annotation:annotation:1.5.0 -> 1.8.0-rc01 (*)
++--- com.google.firebase:firebase-analytics -> 22.0.0
+| +--- com.google.android.gms:play-services-measurement:22.0.0
+| | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | +--- androidx.legacy:legacy-support-core-utils:1.0.0
+| | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.core:core:1.0.0 -> 1.13.0 (*)
+| | | +--- androidx.documentfile:documentfile:1.0.0
+| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.loader:loader:1.0.0 (*)
+| | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
+| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | | \--- androidx.print:print:1.0.0
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | +--- com.google.android.gms:play-services-basement:18.3.0 (*)
+| | +--- com.google.android.gms:play-services-measurement-base:22.0.0
+| | | \--- com.google.android.gms:play-services-basement:18.3.0 (*)
@ -416,13 +416,13 @@
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.9.0 -> 1.13.0 (*)
+| | | +--- androidx.privacysandbox.ads:ads-adservices:1.0.0-beta05
+| | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.6.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+| | | | \--- androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta05 (c)
+| | | +--- androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta05
+| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
+| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.0 (*)
+| | | | +--- androidx.privacysandbox.ads:ads-adservices:1.0.0-beta05 (*)
@ -475,7 +475,7 @@
+| | +--- com.google.firebase:firebase-installations:17.2.0 -> 18.0.0 (*)
+| | +--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.1.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- com.google.firebase:firebase-common:21.0.0 (*)
+| +--- com.google.firebase:firebase-common-ktx:21.0.0 (*)
+| +--- com.google.firebase:firebase-installations:17.2.0 -> 18.0.0 (*)
@ -521,13 +521,13 @@
++--- com.google.android.gms:play-services-oss-licenses:17.0.1
+| +--- androidx.appcompat:appcompat:1.0.0 -> 1.6.1
+| | +--- androidx.activity:activity:1.6.0 -> 1.9.0 (*)
+| | +--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.3.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.appcompat:appcompat-resources:1.6.1
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.6.0 -> 1.13.0 (*)
+| | | +--- androidx.vectordrawable:vectordrawable:1.1.0
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | | | \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
@ -539,13 +539,13 @@
+| | +--- androidx.core:core:1.9.0 -> 1.13.0 (*)
+| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.0 (*)
+| | +--- androidx.cursoradapter:cursoradapter:1.0.0
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.core:core:1.2.0 -> 1.13.0 (*)
+| | | \--- androidx.customview:customview:1.1.0 (*)
+| | +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.3.0 -> 1.13.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 (*)
@ -560,7 +560,7 @@
+| | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.7.0 (*)
+| | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*)
+| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | \--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
+| | \--- androidx.appcompat:appcompat-resources:1.6.1 (c)
@ -614,7 +614,7 @@
+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21 -> 1.9.23 (*)
+| +--- androidx.appcompat:appcompat:1.4.1 -> 1.6.1 (*)
+| +--- androidx.cardview:cardview:1.0.0
+| | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | \--- androidx.annotation:annotation:1.0.0 -> 1.8.0-rc01 (*)
+| +--- androidx.lifecycle:lifecycle-extensions:2.2.0
+| | +--- androidx.lifecycle:lifecycle-runtime:2.2.0 -> 2.7.0 (*)
+| | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*)
@ -667,11 +667,11 @@
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.23 (c)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (c)
+| | +--- androidx.activity:activity:1.8.0 -> 1.9.0 (*)
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.appcompat:appcompat:1.6.1 (*)
+| | +--- androidx.cardview:cardview:1.0.0 (*)
+| | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
+| | | \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
@ -685,11 +685,11 @@
+| | | +--- androidx.core:core:1.0.0 -> 1.13.0 (*)
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*)
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*)
+| | +--- androidx.fragment:fragment:1.2.5 -> 1.7.0 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*)
+| | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.7.0 -> 1.13.0 (*)
+| | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
@ -699,14 +699,14 @@
+| | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c)
+| | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*)
+| | +--- androidx.transition:transition:1.5.0
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | +--- androidx.core:core:1.13.0 (*)
+| | | \--- androidx.dynamicanimation:dynamicanimation:1.0.0 (*)
+| | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
+| | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.1 (*)
+| | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | +--- androidx.core:core:1.3.2 -> 1.13.0 (*)
+| | +--- androidx.fragment:fragment:1.1.0 -> 1.7.0 (*)
@ -725,8 +725,8 @@
+| | +--- com.google.dagger:dagger:2.50 (*)
+| | \--- javax.inject:javax.inject:1
+| +--- androidx.activity:activity:1.5.1 -> 1.9.0 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.0 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.1 (*)
+| +--- androidx.fragment:fragment:1.5.1 -> 1.7.0 (*)
+| +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.7.0 (*)
+| +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*)
@ -735,35 +735,44 @@
+| +--- javax.inject:javax.inject:1
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 1.9.23 (*)
++--- androidx.hilt:hilt-work:1.2.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.hilt:hilt-common:1.2.0
+| | \--- com.google.dagger:hilt-core:2.49 -> 2.50 (*)
+| +--- androidx.work:work-runtime:2.3.4 -> 2.8.1
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*)
+| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.1 (*)
+| | +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | +--- androidx.core:core:1.6.0 -> 1.13.0 (*)
+| | +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.7.0 (*)
+| | +--- androidx.lifecycle:lifecycle-service:2.1.0 -> 2.7.0 (*)
+| | +--- androidx.room:room-runtime:2.5.0 -> 2.6.1
+| | | +--- androidx.annotation:annotation-experimental:1.1.0-rc01 -> 1.4.0 (*)
+| | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
+| | | +--- androidx.room:room-common:2.6.1
+| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.23 (*)
+| | | | +--- androidx.room:room-ktx:2.6.1 (c)
+| | | | \--- androidx.room:room-runtime:2.6.1 (c)
+| | | +--- androidx.sqlite:sqlite:2.4.0
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.sqlite:sqlite-framework:2.4.0 (c)
+| | | +--- androidx.sqlite:sqlite-framework:2.4.0
+| | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | | +--- androidx.sqlite:sqlite:2.4.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.sqlite:sqlite:2.4.0 (c)
+| | | +--- androidx.room:room-common:2.6.1 (c)
+| | | \--- androidx.room:room-ktx:2.6.1 (c)
+| | +--- androidx.sqlite:sqlite-framework:2.3.0 -> 2.4.0 (*)
+| | +--- androidx.room:room-runtime:2.5.0 -> 2.7.0-alpha01
+| | | \--- androidx.room:room-runtime-android:2.7.0-alpha01
+| | | +--- androidx.annotation:annotation:1.8.0-rc01 (*)
+| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
+| | | +--- androidx.room:room-common:2.7.0-alpha01
+| | | | \--- androidx.room:room-common-jvm:2.7.0-alpha01
+| | | | +--- androidx.annotation:annotation:1.8.0-rc01 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.room:room-runtime:2.7.0-alpha01 (c)
+| | | +--- androidx.sqlite:sqlite:2.5.0-alpha01
+| | | | \--- androidx.sqlite:sqlite-android:2.5.0-alpha01
+| | | | +--- androidx.annotation:annotation:1.8.0-rc01 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.sqlite:sqlite-framework:2.5.0-alpha01 (c)
+| | | +--- androidx.sqlite:sqlite-framework:2.5.0-alpha01
+| | | | \--- androidx.sqlite:sqlite-framework-android:2.5.0-alpha01
+| | | | +--- androidx.annotation:annotation:1.8.0-rc01 (*)
+| | | | +--- androidx.sqlite:sqlite:2.5.0-alpha01 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | | \--- androidx.sqlite:sqlite:2.5.0-alpha01 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | +--- org.jetbrains.kotlinx:atomicfu:0.17.0
+| | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.17.0
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.23 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
+| | | \--- androidx.room:room-common:2.7.0-alpha01 (c)
+| | +--- androidx.sqlite:sqlite-framework:2.3.0 -> 2.5.0-alpha01 (*)
+| | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*)
+| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 1.9.23 (*)
@ -793,16 +802,10 @@
+| \--- androidx.fragment:fragment:1.7.0 (c)
++--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (*)
++--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (*)
++--- androidx.room:room-ktx:2.6.1
+| +--- androidx.room:room-common:2.6.1 (*)
+| +--- androidx.room:room-runtime:2.6.1 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3 (*)
+| +--- androidx.room:room-common:2.6.1 (c)
+| \--- androidx.room:room-runtime:2.6.1 (c)
++--- androidx.room:room-runtime:2.7.0-alpha01 (*)
++--- androidx.appcompat:appcompat:1.6.1 (*)
++--- io.noties.markwon:core:4.6.2
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| \--- com.atlassian.commonmark:commonmark:0.13.0
++--- io.noties.markwon:editor:4.6.2
+| \--- io.noties.markwon:core:4.6.2 (*)
@ -842,7 +845,7 @@
+| | | \--- androidx.compose.runtime:runtime-saveable:1.6.7 (c)
+| | +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.6.7
+| | | \--- androidx.compose.runtime:runtime-saveable-android:1.6.7
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
@ -851,7 +854,7 @@
+| | +--- androidx.compose.ui:ui:1.0.1 -> 1.6.7
+| | | \--- androidx.compose.ui:ui-android:1.6.7
+| | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.9.0 (*)
+| | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.6.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.autofill:autofill:1.0.0
+| | | | \--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
@ -860,7 +863,7 @@
+| | | +--- androidx.compose.runtime:runtime-saveable:1.6.7 (*)
+| | | +--- androidx.compose.ui:ui-geometry:1.6.7
+| | | | \--- androidx.compose.ui:ui-geometry-android:1.6.7
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.2.1 -> 1.6.7 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.6.7
+| | | | | \--- androidx.compose.ui:ui-util-android:1.6.7
@ -884,12 +887,12 @@
+| | | | \--- androidx.compose.ui:ui-viewbinding:1.6.7 (c)
+| | | +--- androidx.compose.ui:ui-graphics:1.6.7
+| | | | \--- androidx.compose.ui:ui-graphics-android:1.6.7
+| | | | +--- androidx.annotation:annotation:1.7.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.7.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.collection:collection:1.4.0 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | | +--- androidx.compose.ui:ui-unit:1.6.7
+| | | | | \--- androidx.compose.ui:ui-unit-android:1.6.7
+| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | | +--- androidx.collection:collection-ktx:1.2.0 -> 1.4.0 (*)
+| | | | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | | | +--- androidx.compose.ui:ui-geometry:1.6.7 (*)
@ -914,7 +917,7 @@
+| | | | \--- androidx.compose.ui:ui-viewbinding:1.6.7 (c)
+| | | +--- androidx.compose.ui:ui-text:1.6.7
+| | | | \--- androidx.compose.ui:ui-text-android:1.6.7
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | | +--- androidx.compose.runtime:runtime-saveable:1.6.7 (*)
@ -958,12 +961,12 @@
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+| | +--- androidx.activity:activity:1.9.0 (c)
+| | \--- androidx.activity:activity-ktx:1.9.0 (c)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation-experimental:1.4.0 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+| +--- androidx.collection:collection:1.4.0 (*)
+| +--- androidx.compose.animation:animation-core:1.6.0 -> 1.6.7
+| | \--- androidx.compose.animation:animation-core-android:1.6.7
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.collection:collection:1.4.0 (*)
+| | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | +--- androidx.compose.ui:ui:1.6.7 (*)
@ -975,15 +978,15 @@
+| | \--- androidx.compose.animation:animation:1.6.7 (c)
+| +--- androidx.compose.foundation:foundation:1.6.0 -> 1.6.7
+| | \--- androidx.compose.foundation:foundation-android:1.6.7
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.collection:collection:1.4.0 (*)
+| | +--- androidx.compose.animation:animation:1.6.7
+| | | \--- androidx.compose.animation:animation-android:1.6.7
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.compose.animation:animation-core:1.6.7 (*)
+| | | +--- androidx.compose.foundation:foundation-layout:1.6.7
+| | | | \--- androidx.compose.foundation:foundation-layout-android:1.6.7
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.6.7 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| | | | +--- androidx.compose.ui:ui:1.6.7 (*)
@ -1030,7 +1033,7 @@
+| +--- androidx.compose.ui:ui-text:1.6.0 -> 1.6.7 (*)
+| +--- androidx.compose.ui:ui-util:1.6.0 -> 1.6.7 (*)
+| +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.7.0
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.lifecycle:lifecycle-common:2.7.0 (*)
+| | +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+| | +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
@ -1051,24 +1054,24 @@
+| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
++--- androidx.constraintlayout:constraintlayout:2.1.4 (*)
++--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| \--- androidx.interpolator:interpolator:1.0.0 (*)
++--- androidx.preference:preference:1.2.1
+| +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*)
+| +--- androidx.core:core:1.6.0 -> 1.13.0 (*)
+| +--- androidx.activity:activity-ktx:1.5.1 -> 1.9.0 (*)
+| +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.7.0 (*)
+| +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 (*)
+| +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| | +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| | +--- androidx.customview:customview:1.1.0 (*)
+| | +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| | +--- androidx.window:window:1.0.0
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.23 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.7.3 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| | | \--- androidx.core:core:1.3.2 -> 1.13.0 (*)
+| | \--- androidx.transition:transition:1.4.1 -> 1.5.0 (*)
@ -1115,20 +1118,20 @@
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 1.9.23 (*)
+| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*)
++--- com.etebase:client:2.3.2
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| \--- com.squareup.okhttp3:logging-interceptor:3.12.1
+| \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.12.0 (*)
++--- com.github.QuadFlask:colorpicker:0.0.15
+| \--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*)
++--- net.openid:appauth:0.11.1
+| +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| +--- androidx.appcompat:appcompat:1.3.0 -> 1.6.1 (*)
+| \--- androidx.browser:browser:1.3.0
+| +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
+| +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
+| +--- androidx.interpolator:interpolator:1.0.0 (*)
+| +--- androidx.core:core:1.1.0 -> 1.13.0 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
++--- org.osmdroid:osmdroid-android:6.1.18
++--- com.squareup.retrofit2:retrofit:2.9.0
@ -1181,7 +1184,7 @@
++--- androidx.compose.foundation:foundation -> 1.6.7 (*)
++--- androidx.compose.material:material -> 1.6.7
+| \--- androidx.compose.material:material-android:1.6.7
+| +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.0-rc01 (*)
+| +--- androidx.compose.animation:animation:1.6.7 (*)
+| +--- androidx.compose.animation:animation-core:1.6.7 (*)
+| +--- androidx.compose.foundation:foundation:1.6.7 (*)
@ -1227,7 +1230,7 @@
+| +--- androidx.compose.material:material-icons-core:1.6.7 (c)
+| \--- androidx.compose.material:material-ripple:1.6.7 (c)
++--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0
+| +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*)
+| +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.1 (*)
+| +--- androidx.compose.runtime:runtime:1.0.1 -> 1.6.7 (*)
+| +--- androidx.compose.ui:ui:1.0.1 -> 1.6.7 (*)
+| +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (*)
@ -1262,7 +1265,7 @@
+| \--- androidx.compose.ui:ui-unit:1.6.7 (c)
++--- androidx.compose.ui:ui-tooling-preview -> 1.6.7
+| \--- androidx.compose.ui:ui-tooling-preview-android:1.6.7
+| +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| +--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| +--- androidx.compose.runtime:runtime:1.6.7 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+| +--- androidx.compose.ui:ui:1.6.7 (c)
@ -1280,12 +1283,12 @@
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.23 (*)
+| | +--- io.coil-kt:coil-base:2.6.0
+| | | +--- androidx.annotation:annotation:1.7.1 (*)
+| | | +--- androidx.annotation:annotation:1.7.1 -> 1.8.0-rc01 (*)
+| | | +--- androidx.appcompat:appcompat-resources:1.6.1 (*)
+| | | +--- androidx.collection:collection:1.4.0 (*)
+| | | +--- androidx.core:core-ktx:1.12.0 -> 1.13.0 (*)
+| | | +--- androidx.exifinterface:exifinterface:1.3.7
+| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+| | | | \--- androidx.annotation:annotation:1.2.0 -> 1.8.0-rc01 (*)
+| | | +--- androidx.profileinstaller:profileinstaller:1.3.1 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)

@ -55,7 +55,7 @@ preference = "1.2.1"
recyclerview = "1.3.2"
retrofit = "2.9.0"
rfc5545-datetime = "0.2.4"
room = "2.6.1"
room = "2.7.0-alpha01"
shortcut-badger = "1.1.22"
soloader = "0.11.0"
timber = "5.0.1"
@ -83,8 +83,9 @@ androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmode
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
androidx-preference = { module = "androidx.preference:preference", version.ref = "preference" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
androidx-room = { module = "androidx.room:room-ktx", version.ref = "room" }
androidx-room = { module = "androidx.room:room-runtime", version.ref = "room" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room"}
androidx-sqlite = { module = "androidx.sqlite:sqlite-bundled", version = "2.5.0-alpha01" }
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test" }
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }

Loading…
Cancel
Save