@appboxo/expo-boxo-sdk 0.12.1 → 0.13.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,7 @@
1
1
  # Changelog
2
+ ## [0.13.1]
3
+ - add Lottie animation as a miniapp loader
4
+
2
5
  ## [0.12.1]
3
6
  - update android native sdk with fixes
4
7
 
@@ -42,6 +42,6 @@ android {
42
42
  }
43
43
  }
44
44
  dependencies {
45
- implementation('io.boxo.sdk:boxo-android:1.40.4')
45
+ implementation('io.boxo.sdk:boxo-android:1.41.1')
46
46
  implementation('androidx.fragment:fragment:1.8.5')
47
47
  }
@@ -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 'BoxoSDK', '1.25.0'
19
+ s.dependency 'BoxoSDK', '1.27.6'
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.12.1",
3
+ "version": "0.13.1",
4
4
  "description": "Expo wrapper over Boxo SDK for IOS and Android.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",