Skip to content

Commit

Permalink
Update plugins dependencies tags
Browse files Browse the repository at this point in the history
update plugin version
  • Loading branch information
BrunoJAzevedo committed Nov 15, 2019
1 parent d108372 commit 30d2026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="outsystems-cordova-plugin-firebase-with-dynamiclinks"
version="0.1.0"
version="1.0.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand All @@ -12,15 +12,15 @@

<keywords>cordova,device</keywords>

<dependency id="cordova-plugin-firebase" url="https://github.com/OutSystemsExperts/cordova-plugin-firebase.git#no-google-services" >
<dependency id="cordova-plugin-firebase" url="https://github.com/OutSystemsExperts/cordova-plugin-firebase.git#v1.0.0-os" >
<params name="APP_DOMAIN" value="$APP_DOMAIN" />
<params name="PAGE_LINK_DOMAIN" value="$PAGE_LINK_DOMAIN" />
</dependency>

<preference name="APP_DOMAIN" />
<preference name="PAGE_LINK_DOMAIN" />

<dependency id="cordova-plugin-firebase-dynamiclinks" url="https://github.com/OutSystemsExperts/cordova-plugin-firebase-dynamiclinks#outsystems-firebase-mobile-compatibility" />
<dependency id="cordova-plugin-firebase-dynamiclinks" url="https://github.com/OutSystemsExperts/cordova-plugin-firebase-dynamiclinks#v1.0.0-os" />

<engines>
<engine name="cordova" version=">=7.1.0" />
Expand Down

0 comments on commit 30d2026

Please sign in to comment.