If this is open source, why can't I download the sources via Android Studio? #1584
Replies: 3 comments 7 replies
-
uh oh
looks like a dead link, try this one:
https://repo1.maven.org/maven2/com/walletconnect/android-core/1.2.0/android-core-1.2.0.pom
Here's the pairing client source:
https://github.com/WalletConnect/WalletConnectKotlinV2/blob/develop/androidCore/sdk/src/main/kotlin/com/walletconnect/android/pairing/PairingClient.kt
…On Wed, Nov 2, 2022 at 5:26 PM Tom Taila ***@***.***> wrote:
Why can't I download the sources? Everytime I hit the button in Android
Studio I get:
Could not GET '
***@***.******@***.***'.
Received status code 400 from server: Bad Request
[image: Screenshot 2022-11-02 at 5 25 15 PM]
<https://user-images.githubusercontent.com/6080221/199605483-b06acfa3-6899-4498-a263-ec2ca6218923.png>
—
Reply to this email directly, view it on GitHub
<#1584>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACADYOKC7EU3ZGPHVBKORTWGLL6VANCNFSM6AAAAAARVQ4WKM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
--
Best Regards,
Burt Snyder
|
Beta Was this translation helpful? Give feedback.
-
Hey @tomtaila thanks for reporting. To help with your issue, we moved our artifacts from JitPack to MavenCentral. You can always find the newest artifact in our repo. For android-core module check this link and docs. To use provided link within your project you have to add it to the gradle file of your app and sync the project: Let me know if it solves your issue, I'm here to help |
Beta Was this translation helpful? Give feedback.
-
To unblock you quickly and let you debug your issues I recommend fetching To make our code debuggable when fetching artifacts from maven central and see why you're having jitpack url even-though it should be in MC I'll need do more investigation. Will come back to you when I have sth. Could you tell me what sdk (sign, auth or chat) and what version are you using? |
Beta Was this translation helpful? Give feedback.
-
Why can't I download the sources? Everytime I hit the button in Android Studio I get:
Could not GET 'https://jitpack.io/com/walletconnect/android-core/1.2.0@aar/[email protected]'. Received status code 400 from server: Bad Request
Beta Was this translation helpful? Give feedback.
All reactions