@amplytools/react-native-amply-sdk 0.1.3 → 0.1.4

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.
@@ -15,7 +15,7 @@ buildscript {
15
15
  apply plugin: 'com.android.library'
16
16
  apply plugin: 'org.jetbrains.kotlin.android'
17
17
 
18
- def amplySdkVersion = project.findProperty('amplySdkVersion') ?: System.getenv('AMPLY_SDK_VERSION') ?: '0.1.9'
18
+ def amplySdkVersion = project.findProperty('amplySdkVersion') ?: System.getenv('AMPLY_SDK_VERSION') ?: '0.1.10'
19
19
  group = 'tools.amply'
20
20
  version = amplySdkVersion
21
21
 
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.dependency 'React-RCTFabric'
17
17
 
18
18
  # Amply KMP SDK from CocoaPods
19
- s.dependency 'AmplySDK', '~> 0.1.9'
19
+ s.dependency 'AmplySDK', '~> 0.1.10'
20
20
 
21
21
  s.libraries = 'c++'
22
22
  s.pod_target_xcconfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplytools/react-native-amply-sdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "React Native SDK for Amply: Mobile SDK to orchestrate in-app experiences and campaigns remotely, without app releases",
5
5
  "license": "MIT",
6
6
  "repository": {