Skip to content

Commit f1c3462

Browse files
chore: prepare release v5.4.14 with native android v3.6.21 and iOS v3.6.9
1 parent a884b57 commit f1c3462

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

uxcam-react-wrapper/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
Version | Changes
77
------- | ----------
8+
5.4.14 | Updated iOS SDK to 3.6.9 and Android to 3.6.21
89
5.4.13 | Updated iOS SDK to 3.6.7 and Android to 3.6.18, Updated minSdkVersion to 21 for Android
910
5.4.12 | Updated iOS SDK to 3.6.6 and Android to 3.6.16
1011
5.4.11 | Updated iOS SDK to 3.6.5 and Android to 3.6.14

uxcam-react-wrapper/RNUxcam.podspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ Pod::Spec.new do |s|
1717
s.static_framework = true
1818

1919
s.dependency 'React-Core'
20-
s.dependency 'UXCam' , '~> 3.6.7'
21-
end
22-
20+
s.dependency 'UXCam' , '~> 3.6.9'
21+
end

uxcam-react-wrapper/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ rootProject.allprojects {
4343

4444
dependencies {
4545
implementation 'com.facebook.react:react-native:+'
46-
implementation 'com.uxcam:uxcam:3.6.18'
46+
implementation 'com.uxcam:uxcam:3.6.21'
4747
}

uxcam-react-wrapper/android/src/main/java/com/uxcam/RNUxcamModule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
public class RNUxcamModule extends ReactContextBaseJavaModule {
3939
private static final String UXCAM_PLUGIN_TYPE = "react-native";
40-
private static final String UXCAM_REACT_PLUGIN_VERSION = "5.4.13";
40+
private static final String UXCAM_REACT_PLUGIN_VERSION = "5.4.14";
4141

4242
private static final String UXCAM_VERIFICATION_EVENT_KEY = "UXCam_Verification_Event";
4343
private static final String PARAM_SUCCESS_KEY = "success";

uxcam-react-wrapper/ios/RNUxcam.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ - (dispatch_queue_t)methodQueue
5454
RCT_EXPORT_METHOD(startWithConfiguration:(NSDictionary *)config)
5555
{
5656
self.lastVerifyResult = nil;
57-
[UXCam pluginType:@"react-native" version:@"5.4.13"];
57+
[UXCam pluginType:@"react-native" version:@"5.4.14"];
5858

5959
NSString *userAppKey = config[RNUxcam_AppKey];
6060
if (!userAppKey || ![userAppKey isKindOfClass:NSString.class])

uxcam-react-wrapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ux-cam",
3-
"version": "5.4.13",
3+
"version": "5.4.14",
44
"description": "React Native wrapper for uxcam.com.",
55
"license": "MIT",
66
"author": "[email protected] for UXCam Inc. after Mark Miyashita <[email protected]>",

0 commit comments

Comments
 (0)