Skip to content

Commit

Permalink
Update dependencies to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Miquel Martín authored and Miquel Martín committed Apr 22, 2016
1 parent 52a5760 commit 429adea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-analytics",
"version": "1.3.3",
"version": "1.4.0",
"description": "Phonegap, Cordova, Intel XDK Google Analytics plugin for iOS/Android with full support for views, events, timings, ecommerce and social. Supports userId and campaign url.",
"cordova": {
"id": "cordova-plugin-analytics",
Expand Down Expand Up @@ -35,7 +35,7 @@
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
"version": ">=4.0.0"
}
],
"author": "AppFeel",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-analytics" version="1.3.3">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-analytics" version="1.4.0">
<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>
Expand Down Expand Up @@ -37,7 +37,7 @@
</receiver>
</config-file>
<source-file src="src/android/CPGoogleAnalytics.java" target-dir="src/com/appfeel/cordova/analytics" />
<dependency id="cordova-google-play-services" />
<framework src="com.google.android.gms:play-services:+" />
</platform>


Expand Down

0 comments on commit 429adea

Please sign in to comment.