Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelety committed Jun 19, 2020
1 parent 69421ec commit de00149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3",
"version": "1.0.4",
"description": "Cordova/Ionic/Phonegap plugin for checking that the Google Play Services are installed, updated and enabled",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 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.3">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-google-play-services-checker" version="1.0.4">
<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 @@ -22,7 +22,7 @@
<param name="android-package" value="com.dinamexoft.googleplayserviceschecker.GooglePlayServicesChecker"/>
</feature>
</config-file>
<source-file src="src/android/com/dinamexoft/googleplayservicescheck/GooglePlayServicesChecker.java"
target-dir="src/com/dinamexoft/googleplayservicescheck"/>
<source-file src="src/android/com/dinamexoft/googleplayserviceschecker/GooglePlayServicesChecker.java"
target-dir="src/com/dinamexoft/googleplayserviceschecker"/>
</platform>
</plugin>

0 comments on commit de00149

Please sign in to comment.