From 5c5a5441072ecd5e4f9f2ce07721e7897bf62cae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:58:17 +0000 Subject: [PATCH] Update androidxCore to v1.19.0 --- 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 3eaddac..2707e4e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ composeCompiler = "1.5.15" activityCompose = "1.9.3" # AndroidX - Compatible with AGP 8.8.1 -androidxCore = "1.15.0" +androidxCore = "1.19.0" androidxAppcompat = "1.7.1" androidxConstraintlayout = "2.2.1"