mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 00:57:02 +05:30
build: upgrade Room
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b2719a263f
commit
9d2a0acfcf
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ object Dependencies {
|
||||||
|
|
||||||
object Room {
|
object Room {
|
||||||
|
|
||||||
private const val version = "2.3.0-alpha04"
|
private const val version = "2.3.0-beta01"
|
||||||
const val compiler = "androidx.room:room-compiler:$version"
|
const val compiler = "androidx.room:room-compiler:$version"
|
||||||
const val ktx = "androidx.room:room-ktx:$version"
|
const val ktx = "androidx.room:room-ktx:$version"
|
||||||
const val runtime = "androidx.room:room-runtime:$version"
|
const val runtime = "androidx.room:room-runtime:$version"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue