Skip to content

Commit

Permalink
Update Room
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Nov 17, 2023
1 parent 8814da2 commit 67b91bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ repositories {

dependencies {

def roomVersion = '2.3.0'
def roomVersion = '2.4.3'
def workVersion = '2.7.1'
def lifecycleVersion = '2.5.1'
def annotationVersion = '1.2.0'
Expand Down
16 changes: 8 additions & 8 deletions deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Project ':android-client'
------------------------------------------------------------

releaseRuntimeClasspath - Runtime classpath of /release.
+--- androidx.room:room-runtime:2.3.0
| +--- androidx.room:room-common:2.3.0
+--- androidx.room:room-runtime:2.4.3
| +--- androidx.room:room-common:2.4.3
| | \--- androidx.annotation:annotation:1.1.0 -> 1.2.0
| +--- androidx.sqlite:sqlite-framework:2.1.0
| +--- androidx.sqlite:sqlite-framework:2.2.0
| | +--- androidx.annotation:annotation:1.0.0 -> 1.2.0
| | \--- androidx.sqlite:sqlite:2.1.0
| | \--- androidx.sqlite:sqlite:2.2.0
| | \--- androidx.annotation:annotation:1.0.0 -> 1.2.0
| +--- androidx.sqlite:sqlite:2.1.0 (*)
| +--- androidx.sqlite:sqlite:2.2.0 (*)
| +--- androidx.arch.core:core-runtime:2.0.1 -> 2.1.0
| | +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
| | \--- androidx.arch.core:core-common:2.1.0
Expand Down Expand Up @@ -45,9 +45,9 @@ releaseRuntimeClasspath - Runtime classpath of /release.
| | | \--- androidx.collection:collection:1.0.0
| | | \--- androidx.annotation:annotation:1.0.0 -> 1.2.0
| | \--- androidx.collection:collection:1.0.0 (*)
| +--- androidx.room:room-runtime:2.2.5 -> 2.3.0 (*)
| +--- androidx.sqlite:sqlite:2.1.0 (*)
| +--- androidx.sqlite:sqlite-framework:2.1.0 (*)
| +--- androidx.room:room-runtime:2.2.5 -> 2.4.3 (*)
| +--- androidx.sqlite:sqlite:2.1.0 -> 2.2.0 (*)
| +--- androidx.sqlite:sqlite-framework:2.1.0 -> 2.2.0 (*)
| +--- androidx.core:core:1.1.0 -> 1.6.0 (*)
| \--- androidx.lifecycle:lifecycle-service:2.1.0
| \--- androidx.lifecycle:lifecycle-runtime:2.1.0 -> 2.5.1 (*)
Expand Down

0 comments on commit 67b91bc

Please sign in to comment.