@woosmap/react-native-plugin-geofencing 0.2.0 → 0.2.1

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.
@@ -57,11 +57,11 @@ repositories {
57
57
  dependencies {
58
58
  //noinspection GradleDynamicVersion
59
59
  implementation "com.facebook.react:react-native:+" // From node_modules
60
- implementation 'com.google.android.gms:play-services-location:18.0.0'
60
+ implementation 'com.google.android.gms:play-services-location:21.0.1'
61
61
  implementation 'com.google.code.gson:gson:2.8.8'
62
62
  implementation "com.github.woosmap:geofencing-core-android-sdk:core_geofence_2.+"
63
- implementation("com.webgeoservices.woosmapgeofencing:woosmap-mobile-sdk:3.0.9-beta1")
64
- implementation 'com.google.android.gms:play-services-maps:17.0.0'
63
+ implementation("com.webgeoservices.woosmapgeofencing:woosmap-mobile-sdk:3.0.11")
64
+ implementation 'com.google.android.gms:play-services-maps:18.1.0'
65
65
  implementation 'androidx.room:room-runtime:2.2.4'
66
66
  annotationProcessor 'androidx.room:room-compiler:2.2.4'
67
67
  implementation 'androidx.room:room-rxjava2:2.2.4'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/react-native-plugin-geofencing",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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",
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "WoosmapGeofencing" , '~> 3.0.0'
19
+ s.dependency "WoosmapGeofencing" , '3.0.12'
20
20
  s.default_subspec = :default
21
21
 
22
22
  s.subspec "default" do |spec|