From 0851c359a3b63efb4f96cc54dc13426d71a54ed4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 06:09:24 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-ktx to v1.12.3 --- WebViewSample/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebViewSample/app/build.gradle b/WebViewSample/app/build.gradle index dd2c5a5..e6ee4bb 100644 --- a/WebViewSample/app/build.gradle +++ b/WebViewSample/app/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - implementation 'androidx.activity:activity-ktx:1.5.1' + implementation 'androidx.activity:activity-ktx:1.12.3' implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.6.1'