@capacitor-community/background-geolocation
Advanced tools
Comparing version 1.2.16 to 1.2.17
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"description": "Receive geolocation updates even while the app is in the background.", | ||
@@ -26,5 +26,5 @@ "repository": { | ||
"devDependencies": { | ||
"@capacitor/android": "^5.0.0", | ||
"@capacitor/core": "^5.0.0", | ||
"@capacitor/ios": "^5.0.0" | ||
"@capacitor/android": "6.0.0-rc.0", | ||
"@capacitor/core": "6.0.0-rc.0", | ||
"@capacitor/ios": "6.0.0-rc.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "peerDependencies": { |
@@ -135,2 +135,3 @@ # Background Geolocation | ||
| v5 | v1 | | ||
| v6 | v1 | | ||
@@ -200,2 +201,5 @@ Read the documentation for v0.3 [here](https://github.com/capacitor-community/background-geolocation/tree/0.3.x). | ||
### v1.2.17 | ||
- Adds support for Capacitor v6. | ||
### v1.2.16 | ||
@@ -202,0 +206,0 @@ - Fixes background location updates for Android 14. |
48640
229