Skip to content

Commit

Permalink
update room
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Sep 20, 2024
1 parent 1f0515f commit 9062f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ libpebblecommonVersion = "0.1.24"
errorproneVersion = "2.26.1"
spotbugsVersion = "4.8.6"

room = "2.7.0-alpha07"
room-sqlite = "2.5.0-alpha07"
room = "2.7.0-alpha08"
room-sqlite = "2.5.0-alpha08"
datastore = "1.1.1"
uuidVersion = "0.8.4"
compose-lib = "1.7.0-beta02"
Expand Down
1 change: 0 additions & 1 deletion android/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
alias(libs.plugins.jetbrains.compose.compiler)
}

val roomSqliteVersion = "2.5.0-alpha04"
val timberVersion = "5.0.1"
val androidxVersion = "1.13.1"
val rruleVersion = "1.0.3"
Expand Down

0 comments on commit 9062f4f

Please sign in to comment.