-
Notifications
You must be signed in to change notification settings - Fork 85
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
Gradle failure #1457
Labels
bug
Something isn't working
Comments
it's inappropriate to depend a third-library , just for change the param in an Uri string,,,,, |
I have the same problem ! |
It's fixed - dep was removed and will be available within the new release |
Great! When will the new version be released? |
early next week |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
ERROR:/Users/indrajeet.gupta/.gradle/caches/transforms-3/e82fde21c0dbfff6be9d21ee75bf49f1/transformed/jetified-jakarta.ws.rs-api-4.0.0.jar: D8: java.lang.NullPointerException: Cannot invoke "String.length()" because "" is null
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
SDK Version
To Reproduce
Adding dependency
implementation(platform("com.walletconnect:android-bom:1.32.1"))
implementation("com.walletconnect:android-core")
implementation("com.walletconnect:web3wallet")
The text was updated successfully, but these errors were encountered: