From f25ba58af0bd845ffd4d07009bcbff4daeb94bf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 01:22:23 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.7.1 --- 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..75e8b14 100644 --- a/WebViewSample/app/build.gradle +++ b/WebViewSample/app/build.gradle @@ -37,7 +37,7 @@ android { dependencies { implementation 'androidx.activity:activity-ktx:1.5.1' implementation 'androidx.core:core-ktx:1.12.0' - implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2'