@capacitor-community/background-geolocation
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Receive geolocation updates even while app is backgrounded.", | ||
@@ -25,8 +25,8 @@ "repository": { | ||
"devDependencies": { | ||
"@capacitor/android": "^3.0.0-rc.0", | ||
"@capacitor/core": "^3.0.0-rc.0", | ||
"@capacitor/ios": "^3.0.0-rc.0" | ||
"@capacitor/android": "^3.1.1", | ||
"@capacitor/core": "^3.1.1", | ||
"@capacitor/ios": "^3.1.1" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0-rc.0" | ||
"@capacitor/core": "^3.1.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "capacitor": { |
@@ -170,2 +170,3 @@ # Background Geolocation | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> | ||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | ||
@@ -207,2 +208,5 @@ <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> | ||
### v1.0.4 | ||
- Added the `ACCESS_COARSE_LOCATION` permission. This is required for apps which target Android 12 (API level 31). A preceeding example shows how to add this permission to your app's manifest. | ||
### v1.0.0 | ||
@@ -209,0 +213,0 @@ - BREAKING: `addWatcher` now returns a Promise which resolves to the callback ID, rather than the callback ID itself. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43460
215