From ed897838972863b247315374f4fe4f0cf256161a Mon Sep 17 00:00:00 2001 From: Ham Renovate Date: Fri, 6 Mar 2026 16:15:24 +0000 Subject: [PATCH] fix(deps): update dependency com.google.gms:google-services to v4.4.3 --- .../eid-wallet/src-tauri/gen/android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/build.gradle.kts b/infrastructure/eid-wallet/src-tauri/gen/android/build.gradle.kts index 4ceeb98f..9a2742a3 100644 --- a/infrastructure/eid-wallet/src-tauri/gen/android/build.gradle.kts +++ b/infrastructure/eid-wallet/src-tauri/gen/android/build.gradle.kts @@ -6,7 +6,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:8.11.0") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25") - classpath("com.google.gms:google-services:4.4.2") + classpath("com.google.gms:google-services:4.4.3") } }