Skip to content

Commit

Permalink
Android - fix locationService treating success as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mauron85 committed Sep 11, 2018
1 parent 8baaf10 commit 5d6259e
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 @@ -150,6 +150,11 @@ Since alpha.40:
- iOS Avoid taking control of UNUserNotificationCenter
(PR: [#268](https://github.com/mauron85/react-native-background-geolocation/pull/268))

Since alpha.42:
- Android fix locationService treating success as errors
(PR: [#13](https://github.com/mauron85/background-geolocation-android/pull/13)
by [@hoisel](https://github.com/hoisel/))

### [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.41",
"version": "3.0.0-alpha.42",
"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.41">
version="3.0.0-alpha.42">
<name>CDVBackgroundGeolocation</name>
<description>Cordova Background Geolocation Plugin</description>
<license>Apache-2.0</license>
Expand Down

0 comments on commit 5d6259e

Please sign in to comment.