chemerisuk / cordova-plugin-firebase-inappmessaging

Cordova plugin for Firebase In-App Messaging
MIT License
10 stars 29 forks source link

Wrong variable name in plugin.xml #13

Closed gartorware closed 4 years ago

gartorware commented 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.

Regards.

chemerisuk commented 4 years ago

Thanks, bugfix published in v3.4.1