From 71bc6b6a27b06e256b87a2bd2e32495959a07ee8 Mon Sep 17 00:00:00 2001 From: Michal Date: Mon, 18 Nov 2024 14:24:31 +0000 Subject: [PATCH] Update build.gradle --- apps/wallet-mobile/android/app/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/wallet-mobile/android/app/build.gradle b/apps/wallet-mobile/android/app/build.gradle index 796a013230..461194a4b4 100644 --- a/apps/wallet-mobile/android/app/build.gradle +++ b/apps/wallet-mobile/android/app/build.gradle @@ -236,7 +236,4 @@ exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8' apply from: file("../../../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) -plugins { - id 'com.android.application' - id 'com.google.gms.google-services' -} \ No newline at end of file +apply plugin: 'com.google.gms.google-services'