From a79d1f6612258cb2af9a3c168962db8df975fa0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:47:59 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-ktx to v1.13.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 581f20c..6804e88 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ media3 = "1.7.1" okhttp = "4.12.0" coroutines = "1.10.2" constraintlayout = "2.2.1" -activityKtx = "1.10.1" # You can choose any name for the version alias +activityKtx = "1.13.0" # You can choose any name for the version alias sentry = "7.20.0" [libraries]