From 337f01588ebbc89e94e0e0f255520c2c08033932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 02:18:12 +0000 Subject: [PATCH] Bump paging-runtime-ktx from 2.1.2 to 3.1.0 Bumps paging-runtime-ktx from 2.1.2 to 3.1.0. --- updated-dependencies: - dependency-name: androidx.paging:paging-runtime-ktx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 7c6c4bcc470..10d69c0fdc7 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -60,7 +60,7 @@ ext.libs = [ 'lifecycleLivedata' : "androidx.lifecycle:lifecycle-livedata-ktx:2.3.1", 'datastore' : "androidx.datastore:datastore:1.0.0", 'datastorepreferences' : "androidx.datastore:datastore-preferences:1.0.0", - 'pagingRuntimeKtx' : "androidx.paging:paging-runtime-ktx:2.1.2", + 'pagingRuntimeKtx' : "androidx.paging:paging-runtime-ktx:3.1.0", 'coreTesting' : "androidx.arch.core:core-testing:2.1.0", 'testCore' : "androidx.test:core:$androidxTest", 'orchestrator' : "androidx.test:orchestrator:$androidxTest",