@appboxo/expo-boxo-sdk 0.4.0 → 0.4.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # Changelog
2
+ ## [0.4.1]
3
+ - no internet connection page
4
+ - fix crash on auth
5
+
2
6
  ## [0.4.0]
3
7
  - clear cache with reload
4
8
  - add support eSim flag (android)
@@ -42,7 +42,7 @@ android {
42
42
  }
43
43
  }
44
44
  dependencies {
45
- implementation('com.appboxo:sdk:1.10.0') {
45
+ implementation('com.appboxo:sdk:1.11.1') {
46
46
  exclude group: 'com.google.android.gms', module: 'play-services-location'
47
47
  }
48
48
  }
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.static_framework = true
17
17
 
18
18
  s.dependency 'ExpoModulesCore'
19
- s.dependency 'AppBoxoSDK', '1.7.3'
19
+ s.dependency 'AppBoxoSDK', '1.7.4'
20
20
 
21
21
  # Swift/Objective-C compatibility
22
22
  s.pod_target_xcconfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appboxo/expo-boxo-sdk",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Expo wrapper over Appboxo SDK for IOS and Android.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",