@os1-platform/dispatch-mobile 3.1.7 → 3.1.8

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.
@@ -157,6 +157,6 @@ dependencies {
157
157
  implementation("com.facebook.react:react-native:0.72.10")
158
158
  implementation 'com.google.android.material:material:1.4.0'
159
159
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
160
- //implementation 'com.google.android.gms:play-services-location:20.0.0'}
161
- implementation "com.google.android.gms:play-services-location:21.3.0"
160
+ implementation 'com.google.android.gms:play-services-location:20.0.0'
161
+ // implementation "com.google.android.gms:play-services-location:21.3.0"
162
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os1-platform/dispatch-mobile",
3
- "version": "3.1.7",
3
+ "version": "3.1.8",
4
4
  "description": "Dispatch SDK React Native Package",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",