-
Notifications
You must be signed in to change notification settings - Fork 3
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: bump Java and Gradle version in Android sample #34
base: main
Are you sure you want to change the base?
Conversation
For
For the |
@zhu-xiaowei, thanks for the comment, I've successfully updated the Build for Android and Build for iOS workflow actions. However, my PR is now encountering issues in the Build for React Native workflow: The build-ios action within the React Native workflow is failing with the error "Error installing boost: Verification checksum was incorrect". This is an open issue in the Boost package, requiring manual intervention to fix the checksum link in boost.podspec file. The build-android action is failing due to a compileSdkVersion issue. Given that my PR doesn't modify anything in the Clickstream React Native SDK example, and these failures are unrelated to my tests on the Android SDK, would it be acceptable to proceed with merging the PR despite these React Native action failures? |
This PR indeed does not modify ReactNative code, it only makes changes to the Android Sample, I think this PR can be merged first. |
Description
General Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT-0 license.