Skip to content

Conversation

@ganchoradkov
Copy link
Member

@ganchoradkov ganchoradkov commented Jan 15, 2026

Summary

  • Update yttrium-wcpay Android dependency from 0.9.119 to 0.10.4

Test plan

  • Verify Android build succeeds with the new yttrium version
  • Test WalletConnect Pay functionality on Android

Note

Updates Android WalletConnect Pay uniffi bindings.

  • Bumps com.github.reown-com.yttrium:yttrium-wcpay from 0.9.119 to 0.10.4 in packages/react-native-compat/android/build.gradle
  • Retains JNA jar exclusion and continues using jna:5.17.0@aar

Written by Cursor Bugbot for commit fe617b2. This will update automatically on new commits. Configure here.

Update yttrium-wcpay Android dependency from 0.9.119 to 0.10.3.
Copilot AI review requested due to automatic review settings January 15, 2026 08:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Android yttrium-wcpay dependency from version 0.9.119 to 0.10.3 to maintain compatibility with the latest WalletConnect Pay functionality.

Changes:

  • Updated yttrium-wcpay Android dependency version in build.gradle

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


// Yttrium - WalletConnect Pay uniffi bindings
implementation("com.github.reown-com.yttrium:yttrium-wcpay:0.9.119") {
implementation("com.github.reown-com.yttrium:yttrium-wcpay:0.10.3") {
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Android yttrium-wcpay dependency is being updated to version 0.10.3, but the iOS YttriumWrapper dependency in react-native-compat.podspec remains at version 0.10.0. This version mismatch between Android and iOS could lead to inconsistent behavior across platforms or potential compatibility issues. Consider updating both platforms to the same version to maintain consistency, or verify that this version difference is intentional and document the reasoning.

Suggested change
implementation("com.github.reown-com.yttrium:yttrium-wcpay:0.10.3") {
// NOTE: Keep this version in sync with the iOS YttriumWrapper version in react-native-compat.podspec
implementation("com.github.reown-com.yttrium:yttrium-wcpay:0.10.0") {

Copilot uses AI. Check for mistakes.
@ganchoradkov ganchoradkov changed the title chore(react-native-compat): update yttrium-wcpay to 0.10.3 chore(react-native-compat): update yttrium-wcpay to 0.10.4 Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants