@antsomicorp/antsomirnsdk 0.2.0 → 0.3.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.
@@ -82,7 +82,7 @@ dependencies {
82
82
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
83
83
  //noinspection GradleDynamicVersion
84
84
  implementation "com.facebook.react:react-native:+"
85
- implementation "com.antsomi:antsomi:1.1.50"
85
+ implementation "com.antsomi:antsomi:1.1.63"
86
86
  implementation 'com.google.code.gson:gson:2.9.1'
87
87
 
88
88
  }
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.source = { :git => "https://github.com/khanhhv01/antsomirnsdk.git", :tag => "#{s.version}" }
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
- s.dependency 'AntsomiFramework', '1.1.50'
18
+ s.dependency 'AntsomiFramework', '1.1.63'
19
19
  s.swift_version = '5.0'
20
20
 
21
21
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antsomicorp/antsomirnsdk",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Antsomi React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",