-
Notifications
You must be signed in to change notification settings - Fork 583
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
Creating a Fork #838
Comments
Hmmm... I am not a master of grade myself. You may first of all remove signing as it is not needed for jitpack as far as I can tell.
P.S. Would you share what have you changed in your fork? |
Thanks for the advice, I will give it a shot! _
_ It's a simple change to the service discovery function of the ServiceDiscoveryManager:
My goal is to remove the cached services to see if the operating system is caching the services of our Bluetooth device or not. I am currently developing an application where the smartphone is the Bluetooth peripheral device that communicates with the Bluetooth central device. While researching where the cached services come from, I came across the service discovery feature mentioned above. I also tried implementing this workaround that you discussed in 2018 - to no avail: |
Hi there,
first I have to say thank you for your work by creating this library.
I created a fork of your repo to test a change and then upload it via jitpack to easily integrate the fork into my project. So currently I got stuck while uploading to jitpack.
Here is the error:
Execution failed for task ':dagger-library-shadow:signMavenPublication'.
So I thought it would be easy to fork the repo, connect my fork with jitpack and then use the new created lib. But, sadly it don't work out of the box.
Has anyone a suggestion how it will run? Which things have to change?
I am a bit frustrated so I hope for help.
Regards Max
P.s. If you have any suggestions on how to use the project as a module, I would also appreciate advice.
The text was updated successfully, but these errors were encountered: