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 879c322 commit 9af522f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ Since alpha.41:
(PR: [#13](https://github.com/mauron85/background-geolocation-android/pull/13)
by [@hoisel](https://github.com/hoisel/))

Since alpha.42:
- 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/),
fixes #257, #280)

### [0.4.1] - 2017-12-19
#### Changed
- react native peer dependency >0.49.0
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": "react-native-mauron85-background-geolocation",
"version": "0.5.0-alpha.41",
"version": "0.5.0-alpha.42",
"description": "optimized background location tracking",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9af522f

Please sign in to comment.