Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 64e9ef3

Browse files
committed
wip: rename separate google services gradle file
1 parent 86757ba commit 64e9ef3

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ preBuild.dependsOn hemroidBuild
340340

341341
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
342342

343-
def pushNotificationsConfigFile = "./pushNotifications.gradle";
344-
if (project.file(pushNotificationsConfigFile).exists()) {
345-
apply from: file(pushNotificationsConfigFile)
343+
def googleServicesConfigFile = "./googleServices.gradle";
344+
if (project.file(googleServicesConfigFile).exists()) {
345+
apply from: file(googleServicesConfigFile)
346346
}

scripts/google-free.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ sed -i -e '$aGOOGLE_FREE=1' .env.release
99
yarn remove @react-native-firebase/app
1010
yarn remove @react-native-firebase/messaging
1111
rm android/app/google-services.json
12+
rm android/app/googleServices.gradle

0 commit comments

Comments
 (0)