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'