Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update android sdk to 3.5.1 and fixed dependency issue for the… #69

Merged
merged 2 commits into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions UXCamReactExample/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,19 @@ allprojects {
google()
jcenter()
maven { url 'https://jitpack.io' }
exclusiveContent {
// We get React Native's Android binaries exclusively through npm,
// from a local Maven repo inside node_modules/react-native/.
// (The use of exclusiveContent prevents looking elsewhere like Maven Central
// and potentially getting a wrong version.)
filter {
includeGroup "com.facebook.react"
}
forRepository {
maven {
url "$rootDir/../node_modules/react-native/android"
}
}
}
}
}
1 change: 1 addition & 0 deletions uxcam-react-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

Version | Changes
------- | ----------
5.4.3 | Updated Android to 3.5.1
5.4.2 | Updated iOS SDK to 3.4.3 and Android to 3.4.4
5.4.1 | Updated iOS SDK to 3.4.2 and Android to 3.4.3
5.4.0 | Updated iOS SDK to 3.4.1 and Android to 3.4.1
Expand Down
Binary file modified uxcam-react-wrapper/android/libs/uxcam.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

public class RNUxcamModule extends ReactContextBaseJavaModule {
private static final String UXCAM_PLUGIN_TYPE = "react-native";
private static final String UXCAM_REACT_PLUGIN_VERSION = "5.4.2";
private static final String UXCAM_REACT_PLUGIN_VERSION = "5.4.3";

private static final String UXCAM_VERIFICATION_EVENT_KEY = "UXCam_Verification_Event";
private static final String PARAM_SUCCESS_KEY = "success";
Expand Down
2 changes: 1 addition & 1 deletion uxcam-react-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ux-cam",
"version": "5.4.2",
"version": "5.4.3",
"description": "React Native wrapper for uxcam.com.",
"license": "MIT",
"author": "admin@uxcam.com for UXCam Inc. after Mark Miyashita <negativetwelve@gmail.com>",
Expand Down