@transistorsoft/capacitor-background-geolocation 7.2.3 → 7.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,9 +107,9 @@ dependencies {
107
107
 
108
108
  def locationMajorVersion = playServicesLocationVersion.split('\\.')[0] as int
109
109
  if (locationMajorVersion >= 21) {
110
- api(group: 'com.transistorsoft', name:'tslocationmanager-v21', version: '+')
110
+ api(group: 'com.transistorsoft', name:'tslocationmanager-v21', version: '3.+')
111
111
  } else {
112
- api(group: 'com.transistorsoft', name:'tslocationmanager', version: '+')
112
+ api(group: 'com.transistorsoft', name:'tslocationmanager', version: '3.+')
113
113
  }
114
114
 
115
115
  implementation "androidx.localbroadcastmanager:localbroadcastmanager:$localBroadcastManagerVersion"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transistorsoft/capacitor-background-geolocation",
3
- "version": "7.2.3",
3
+ "version": "7.2.4",
4
4
  "description": "The most sophisticated cross platform Capacitor background location tracking & geofencing module with battery-conscious motion-detection intelligence",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/index.js",