@woosmap/react-native-plugin-geofencing 0.6.0-beta.3 → 0.6.0

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.6.0
2
+ - Upgrade Gradle plugin to 8.9 and upgrade plugin and example app dependencies
3
+
4
+
1
5
  ## 0.5.1
2
6
  - Fixes: Internal bug fixed regarding WoosmapGeofencing (4.3.6)
3
7
 
@@ -88,7 +88,7 @@ dependencies {
88
88
  implementation 'com.google.android.gms:play-services-location:21.3.0'
89
89
  implementation 'com.google.code.gson:gson:2.10.1'
90
90
  implementation "com.github.Woosmap:geofencing-core-android-sdk:core_geofence_2.+"
91
- implementation "com.webgeoservices.woosmapgeofencing:woosmap-mobile-sdk:06122024-Beta-1"
91
+ implementation "com.webgeoservices.woosmapgeofencing:woosmap-mobile-sdk:4.+"
92
92
  implementation 'com.google.android.gms:play-services-maps:19.0.0'
93
93
  implementation 'androidx.room:room-runtime:2.6.1'
94
94
  annotationProcessor 'androidx.room:room-compiler:2.6.1'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/react-native-plugin-geofencing",
3
- "version":"0.6.0-beta.3",
3
+ "version":"0.6.0",
4
4
  "description": "This react-native plugin extends the functionality offered by the Woosmap Geofencing Mobile SDKs. Find more about the Woosmap Geofencing SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",