From 11af18582b1da97cde75943636a8168768244c42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:40:24 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.13.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 c7ffdf3f..81d9e686 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.11.0") - api("androidx.core:core-ktx:1.12.0") + api("androidx.core:core-ktx:1.13.0") }