Closed gartorware closed 4 years ago
Hi, thanks for your work :smiley:
Seems like there is an error with a variable name in latest version:
In plugin.xml, android part:
<preference name="ANDROID_FIREBASE_INAPPMESSAGING_VERSION" default="19.1.+"/> <framework src="com.google.firebase:firebase-inappmessaging-display:$FIREBASE_INAPPMESSAGING_VERSION" />
That second line should use ANDROID_FIREBASE_INAPPMESSAGING_VERSION since this is the variable name now.
ANDROID_FIREBASE_INAPPMESSAGING_VERSION
Regards.
Thanks, bugfix published in v3.4.1
Hi, thanks for your work :smiley:
Seems like there is an error with a variable name in latest version:
In plugin.xml, android part:
That second line should use
ANDROID_FIREBASE_INAPPMESSAGING_VERSION
since this is the variable name now.Regards.