From 26edc2475d37f47ebd42e6dd9c52b2f3dd2a633c Mon Sep 17 00:00:00 2001 From: "ensombl-renovate[bot]" <248340355+ensombl-renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:01:03 +0000 Subject: [PATCH] fix(deps): update dependency androidx.appcompat:appcompat to v1.7.1 --- .../eid-wallet/src-tauri/gen/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts b/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts index 98c29f36c..4acbd2391 100644 --- a/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts +++ b/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts @@ -59,7 +59,7 @@ rust { dependencies { implementation("androidx.webkit:webkit:1.6.1") - implementation("androidx.appcompat:appcompat:1.6.1") + implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.google.android.material:material:1.8.0") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.4")