Update room

pull/1400/head
Alex Baker 3 years ago
parent e3b4a29c9a
commit e259762ab6

@ -5,7 +5,7 @@ object Versions {
const val butterknife = "10.2.3"
const val work = "2.5.0"
const val leakcanary = "2.6"
const val room = "2.2.5"
const val room = "2.2.6"
const val crashlytics = "17.3.1"
const val analytics = "18.0.2"
const val remote_config = "20.0.3"

@ -237,8 +237,8 @@
+| +--- androidx.work:work-runtime:2.3.4 -> 2.5.0
+| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+| | +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.2.0 (*)
+| | +--- androidx.room:room-runtime:2.2.5
+| | | +--- androidx.room:room-common:2.2.5
+| | +--- androidx.room:room-runtime:2.2.5 -> 2.2.6
+| | | +--- androidx.room:room-common:2.2.6
+| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.2.0-beta01
+| | | +--- androidx.sqlite:sqlite-framework:2.0.1 -> 2.1.0
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.2.0-beta01
@ -278,11 +278,11 @@
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.4.30 (*)
++--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.0 (*)
++--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0 (*)
++--- androidx.room:room-ktx:2.2.5
++--- androidx.room:room-ktx:2.2.6
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.41 -> 1.4.30 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0 -> 1.4.1 (*)
+| +--- androidx.room:room-common:2.2.5 (*)
+| \--- androidx.room:room-runtime:2.2.5 (*)
+| +--- androidx.room:room-common:2.2.6 (*)
+| \--- androidx.room:room-runtime:2.2.6 (*)
++--- io.reactivex.rxjava2:rxandroid:2.1.1
+| \--- io.reactivex.rxjava2:rxjava:2.2.6
+| \--- org.reactivestreams:reactive-streams:1.0.2

@ -351,8 +351,8 @@
+| +--- androidx.work:work-runtime:2.3.4 -> 2.5.0
+| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+| | +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.2.0 (*)
+| | +--- androidx.room:room-runtime:2.2.5
+| | | +--- androidx.room:room-common:2.2.5
+| | +--- androidx.room:room-runtime:2.2.5 -> 2.2.6
+| | | +--- androidx.room:room-common:2.2.6
+| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.2.0-beta01
+| | | +--- androidx.sqlite:sqlite-framework:2.0.1 -> 2.1.0
+| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.2.0-beta01
@ -392,11 +392,11 @@
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.4.30 (*)
++--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.0 (*)
++--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0 (*)
++--- androidx.room:room-ktx:2.2.5
++--- androidx.room:room-ktx:2.2.6
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.41 -> 1.4.30 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0 -> 1.4.1 (*)
+| +--- androidx.room:room-common:2.2.5 (*)
+| \--- androidx.room:room-runtime:2.2.5 (*)
+| +--- androidx.room:room-common:2.2.6 (*)
+| \--- androidx.room:room-runtime:2.2.6 (*)
++--- io.reactivex.rxjava2:rxandroid:2.1.1
+| \--- io.reactivex.rxjava2:rxjava:2.2.6
+| \--- org.reactivestreams:reactive-streams:1.0.2

Loading…
Cancel
Save