From a36dc1f8ee600b9c2c36877367cedb4c69797e0c Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:57:09 +0100 Subject: [PATCH] fix(deps): update dependency androidx.paging:paging-common to v3.3.5 (#1388) 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 206c94fb7..fb3062474 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ android-compileSdk = "35" android-minSdk = "34" androidx-activity = "1.9.3" -androidx-paging = "3.3.4" +androidx-paging = "3.3.5" cash-sqldelight = "2.0.2" coil-kt = "3.0.4" compose-adaptive = "1.0.1"