Skip to content

Commit

Permalink
Remove dependency and use cordova framework tag
Browse files Browse the repository at this point in the history
As described at https://github.com/MobileChromeApps/google-play-services,
the google play services plugin is deprecated. Plugins should now use the
framework tags instead.
  • Loading branch information
petarov committed Aug 30, 2015
1 parent fedc6a6 commit eddf19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<clobbers target="navigator.analytics" />
</js-module>

<dependency id="com.google.playservices" />

<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="GoogleAnalytics">
Expand Down Expand Up @@ -66,6 +64,8 @@

<source-file src="android/GoogleAnalyticsPlugin.java" target-dir="src/com/cmackay/plugins/googleanalytics" />

<framework src="com.google.android.gms:play-services-analytics:+" />

<proguard-config>
-keep class * extends java.util.ListResourceBundle {
protected Object[][] getContents();
Expand Down

0 comments on commit eddf19a

Please sign in to comment.