build: upgrade Room

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-28 12:04:14 +05:30
parent b2719a263f
commit 9d2a0acfcf
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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"