From bc9142d9c843ed4f2626f2e94f913c996868cd69 Mon Sep 17 00:00:00 2001 From: Ham Renovate Date: Mon, 23 Feb 2026 23:02:09 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-ktx to v1.11.0 --- .../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 3c92891a..ebdde049 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 @@ -60,7 +60,7 @@ rust { dependencies { implementation("androidx.webkit:webkit:1.14.0") implementation("androidx.appcompat:appcompat:1.7.1") - implementation("androidx.activity:activity-ktx:1.10.1") + implementation("androidx.activity:activity-ktx:1.11.0") implementation("com.google.android.material:material:1.12.0") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.4")