We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8144c commit 75e206aCopy full SHA for 75e206a
firestore/build.gradle
@@ -21,8 +21,8 @@ dependencies {
21
api "com.android.support:support-v4:$supportLibraryVersion"
22
api "com.android.support:recyclerview-v7:$supportLibraryVersion"
23
annotationProcessor "android.arch.lifecycle:compiler:$architectureVersion"
24
-
25
- api "android.arch.paging:runtime:1.0.0-alpha7"
+
+ api "android.arch.paging:runtime:1.0.0-beta1"
26
27
androidTestImplementation 'junit:junit:4.12'
28
androidTestImplementation 'com.android.support.test:runner:1.0.1'
0 commit comments