From 22fb61483fb8173c6909581ece8ec998d460d936 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:55:58 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.15.0 --- sample/adaptive-support/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/adaptive-support/build.gradle b/sample/adaptive-support/build.gradle index 51ba141c..b972841b 100644 --- a/sample/adaptive-support/build.gradle +++ b/sample/adaptive-support/build.gradle @@ -11,5 +11,5 @@ android { dependencies { api("com.google.android.material:material:1.12.0") - api("androidx.core:core-ktx:1.13.1") + api("androidx.core:core-ktx:1.15.0") }