From e6e7fe5cc5167cd8ed8d48c242392dabde1b9431 Mon Sep 17 00:00:00 2001 From: dkhawk <107309+dkhawk@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:06:11 -0700 Subject: [PATCH] chore: update dependencies androidx.activity:activity-ktx 1.12.2 -> 1.12.4 --- 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 793ac18f..5118f011 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidTargetSdk = "36" androidxAppcompat = "1.7.1" androidxCoreKtx = "1.17.0" # Increasing androidxActivityKtx or lifecycleRuntimeKtx will require us to upgrade the minSdk -androidxActivityKtx = "1.12.2" +androidxActivityKtx = "1.12.4" lifecycleRuntimeKtx = "2.10.0" kotlin = "2.3.0" kotlinxCoroutines = "1.10.2"