@appboxo/react-native-sdk 1.3.0 → 1.4.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.
@@ -137,7 +137,7 @@ dependencies {
137
137
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
138
138
  //noinspection GradleDynamicVersion
139
139
  implementation 'com.facebook.react:react-native:+' // From node_modules
140
- implementation('com.appboxo:sdk:1.7.0') {
140
+ implementation('com.appboxo:sdk:1.9.0') {
141
141
  exclude group: 'com.google.android.gms', module: 'play-services-location'
142
142
  }
143
143
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appboxo/react-native-sdk",
3
3
  "title": "Appboxo react native sdk",
4
- "version": "1.3.0",
4
+ "version": "1.4.0",
5
5
  "description": "Appboxo react native sdk",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
  s.requires_arc = true
23
23
 
24
24
  s.dependency "React"
25
- s.dependency 'AppBoxoSDK', '1.6.0'
25
+ s.dependency 'AppBoxoSDK', '1.7.2'
26
26
  # ...
27
27
  # s.dependency "..."
28
28
  end