-
Notifications
You must be signed in to change notification settings - Fork 1
chore: use bitkit-core from github packages #294
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
Conversation
6436aa0 to
532a579
Compare
|
Fixed the issue with missing credentials in the GH workflows via 059ed83 |
My bad, fixed the wrong README instructions in e7aa04f 🙏🏻 |
jvsena42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested
- Set credentials in local.properties
- Sync and build the app
|
Nice enhancement to also support local.properties! Was thinking though... It's a bit confusing now, with different prop keys in local.properties vs gradle.properties. That would also align with the readme, both in this repo and the repos of the dependencies. |
Do you mean like this? |
No, I mean in local.properties, should also use if possible the same key names:
|
Related:
Description
This PR updates the build config to consume the
bitkit-coredependency from GitHub packages instead of Jitpack.Important Check the updated bindings README, you will need to Setup your GitHub credentials in order to be able to build locally using the dependency from the GitHub packages maven repository.
Preview
n/aQA Notes
Test that building succeeds and the new app runs without errors (existing wallet).