update to room 2.1.0-beta01
authorDa Risk <da_risk@geekorum.com>
Sat, 11 May 2019 19:30:30 -0700
changeset 147 52fd9f563f16
parent 146 48938e10fbad
child 148 2911fd5b9abe
update to room 2.1.0-beta01
app/build.gradle.kts
build.gradle.kts
--- a/app/build.gradle.kts	Sat May 11 21:05:03 2019 -0700
+++ b/app/build.gradle.kts	Sat May 11 19:30:30 2019 -0700
@@ -184,7 +184,7 @@
 
     val roomVersion: String by rootProject.extra
     implementation("androidx.room:room-runtime:$roomVersion")
-    implementation("androidx.room:room-coroutines:$roomVersion")
+    implementation("androidx.room:room-ktx:$roomVersion")
     kapt("androidx.room:room-compiler:$roomVersion")
     androidTestImplementation("androidx.room:room-testing:$roomVersion")
     dualTestImplementation("androidx.test.ext:truth:1.1.0")
--- a/build.gradle.kts	Sat May 11 21:05:03 2019 -0700
+++ b/build.gradle.kts	Sat May 11 19:30:30 2019 -0700
@@ -35,7 +35,7 @@
 extra["compileSdkVersion"] = "android-28"
 extra["daggerVersion"] = "2.21"
 extra["lifecycleVersion"] = "2.1.0-alpha04"
-extra["roomVersion"] = "2.1.0-alpha04"
+extra["roomVersion"] = "2.1.0-beta01"
 extra["kotlinVersion"] = "1.3.30"
 extra["coroutinesVersion"] = "1.2.1"