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") } }