Skip to content

Commit 4d8243a

Browse files
committed
fix(android): prevent error while building
Needs a cli update
1 parent 2d584de commit 4d8243a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

plugin/platforms/android/include.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ dependencies {
1010
implementation "com.google.firebase:firebase-messaging:$firebaseMessagingVersion"
1111

1212
}
13-
apply plugin: 'com.google.gms.google-services'
13+
if (!project.hasProperty("tempBuild")) {
14+
apply plugin: 'com.google.gms.google-services'
15+
}

0 commit comments

Comments
 (0)