From f6969d3deaa7b8c721ec260b0812ab606964187f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 05:06:12 +0000 Subject: [PATCH] Bump paging-runtime-ktx from 2.1.0 to 2.1.1 Bumps paging-runtime-ktx from 2.1.0 to 2.1.1. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0069405..68ee195 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation 'org.koin:koin-androidx-viewmodel:2.0.1' // Paging - implementation "androidx.paging:paging-runtime-ktx:2.1.0" + implementation "androidx.paging:paging-runtime-ktx:2.1.1" implementation "androidx.paging:paging-rxjava2-ktx:2.1.0" debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'