From 23b2ba68ad55af8330a41f3ebe72a05bad2c906d Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:35:59 +0200 Subject: [PATCH] fix(deps): update dependency androidx.paging:paging-common to v3.3.2 (#1111) Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com> Co-authored-by: Ash Davies <1892070+ashdavies@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6d0400f62..5c7d1fde9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ android-compileSdk = "35" android-minSdk = "24" androidx-activity = "1.9.1" -androidx-paging = "3.3.1" +androidx-paging = "3.3.2" cash-sqldelight = "2.0.2" coil-kt = "3.0.0-alpha10" compose-plugin = "1.6.11"