From 8a95377968bd219ecc19009d025c34f2a3f24c2a Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Mon, 9 Apr 2018 09:15:30 -0500 Subject: [PATCH] Update Room and Paging libraries --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5b9035ce3..8daae4a80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -109,7 +109,7 @@ final DAGGER_VERSION = '2.9' final BUTTERKNIFE_VERSION = '8.8.1' final GPS_VERSION = '12.0.1' final SUPPORT_VERSION = '27.1.1' -final ROOM_VERSION = '1.1.0-beta1' +final ROOM_VERSION = '1.1.0-beta2' final STETHO_VERSION = '1.5.0' final TESTING_SUPPORT_VERSION = '1.0.0' @@ -124,7 +124,7 @@ dependencies { annotationProcessor "android.arch.persistence.room:compiler:${ROOM_VERSION}" implementation "android.arch.lifecycle:extensions:1.1.1" implementation "io.reactivex.rxjava2:rxandroid:2.0.1" - implementation "android.arch.paging:runtime:1.0.0-alpha7" + implementation "android.arch.paging:runtime:1.0.0-beta1" annotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}" implementation "com.jakewharton:butterknife:${BUTTERKNIFE_VERSION}"