Fix repo#368
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 757aa2ed44
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -66,10 +66,6 @@ allprojects { | |||
| } | |||
| } | |||
|
|
|||
There was a problem hiding this comment.
Restore the PirateCash Maven repositories
For normal builds that do not pass -Pfdroid, removing this apply leaves only google(), mavenCentral(), mavenLocal(), and JitPack, while the version catalog still declares multiple com.github.piratecash artifacts used by app, core:wallet, and feature modules (bitcoin-kit, ethereum-kit, solana-kit, monero-kit, ton-kit, tron-kit, tangem-sdk, etc.). The deleted config/piratecash-repos.gradle was the only checked-in repository setup for the PirateCash GitHub Pages Maven publications, so a clean checkout without those artifacts already in mavenLocal() can fail dependency resolution before compiling.
Useful? React with 👍 / 👎.
No description provided.