From 740f4e6a2f2ff0ca4f0e1ade7bfb1282a94a89fa Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:25:22 +0200 Subject: [PATCH] fix(deps): update androidx-activity to v1.8.0 (#560) Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@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 80c312093..5cf5c6b63 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -androidx-activity = "1.8.0-rc01" +androidx-activity = "1.8.0" apollo-graphql = "2.5.14" cash-sqldelight = "2.0.0" coil-kt = "2.4.0"