@appboxo/expo-boxo-sdk 0.12.0 → 0.12.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.12.1]
3
+ - update android native sdk with fixes
4
+
2
5
  ## [0.12.0]
3
6
  - update android native sdk
4
7
  - remove multitask mode (android)
@@ -42,6 +42,6 @@ android {
42
42
  }
43
43
  }
44
44
  dependencies {
45
- implementation('io.boxo.sdk:boxo-android:1.40.2')
45
+ implementation('io.boxo.sdk:boxo-android:1.40.4')
46
46
  implementation('androidx.fragment:fragment:1.8.5')
47
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appboxo/expo-boxo-sdk",
3
- "version": "0.12.0",
3
+ "version": "0.12.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",