Skip to content

Commit

Permalink
Make sure mService exists when we call start or stop
Browse files Browse the repository at this point in the history
  • Loading branch information
mauron85 committed Sep 29, 2018
1 parent 5d6259e commit 2091994
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ Since alpha.42:
(PR: [#13](https://github.com/mauron85/background-geolocation-android/pull/13)
by [@hoisel](https://github.com/hoisel/))

Since alpha.43:
- Android make sure mService exists when we call start or stop
(PR: [#17](https://github.com/mauron85/background-geolocation-android/pull/17)
by [@ivosabev](https://github.com/ivosabev/))

### [2.3.3] - 2017-11-17
### Added
- Android allow override google play services version
Expand Down
2 changes: 1 addition & 1 deletion android/common
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-mauron85-background-geolocation",
"version": "3.0.0-alpha.42",
"version": "3.0.0-alpha.43",
"description": "Cordova Background Geolocation Plugin",
"main": "www/BackgroundGeolocation.js",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-mauron85-background-geolocation"
version="3.0.0-alpha.42">
version="3.0.0-alpha.43">
<name>CDVBackgroundGeolocation</name>
<description>Cordova Background Geolocation Plugin</description>
<license>Apache-2.0</license>
Expand Down

0 comments on commit 2091994

Please sign in to comment.