@appboxo/expo-boxo-sdk 0.1.2 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # Changelog
2
+ ## [0.2.0]
3
+ - add new menu style
4
+
2
5
  ## [0.1.2]
3
6
  - update native sdk dependencies
4
7
  - add show AboutPage flag to config
@@ -57,7 +57,7 @@ android {
57
57
  }
58
58
  }
59
59
  dependencies {
60
- implementation('com.appboxo:sdk:1.6.0') {
60
+ implementation('com.appboxo:sdk:1.7.0') {
61
61
  exclude group: 'com.google.android.gms', module: 'play-services-location'
62
62
  }
63
63
  }
@@ -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.5.16'
19
+ s.dependency 'AppBoxoSDK', '1.6.0'
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.1.2",
3
+ "version": "0.2.0",
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",