Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelety committed Jun 20, 2020
1 parent de00149 commit 3aa7841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-google-play-services-checker",
"version": "1.0.4",
"version": "1.0.5",
"description": "Cordova/Ionic/Phonegap plugin for checking that the Google Play Services are installed, updated and enabled",
"repository": {
"type": "git",
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-google-play-services-checker" version="1.0.4">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-google-play-services-checker" version="1.0.5">
<name>Google Play Services Checker</name>
<description>
Cordova/Ionic/Phonegap plugin for checking that the Google Play Services are installed, updated and enabled
Expand All @@ -15,7 +15,7 @@

<!-- android -->
<platform name="android">
<preference name="GOOGLE_PLAY_SERVICES_VERSION" default="17+"/>
<preference name="GOOGLE_PLAY_SERVICES_VERSION" default="17.+"/>
<framework src="com.google.android.gms:play-services-location:$GOOGLE_PLAY_SERVICES_VERSION"/>
<config-file target="res/xml/config.xml" parent="/*">
<feature name="GooglePlayServicesChecker">
Expand Down

0 comments on commit 3aa7841

Please sign in to comment.