-
Notifications
You must be signed in to change notification settings - Fork 395
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
V2 : Missing JAR artifact in MavenCentral #301
Comments
Created PR #302 it works but some arguments have been duplicated, please review ! |
We have permission definitions in the manifest: https://github.com/yigit/android-priority-jobqueue/blob/master/jobqueue/src/main/AndroidManifest.xml |
I have another suggestion. Instead of providing a jar alternative, lets create a new artifact that has a different name. Something like "android-priority-jobqueue-jar". This way, people won't depend on the jar by mistake (because aar should be to avoid permissions problems) |
I agree with your suggestion, the goal being to make the jar accessible! |
Please publish JAR artifact in JCenter and not only AAR.
As jobQueue library doesn't provide any resource or asset it should definitely be a JAR.
JAR provides more flexibility when including Jobqueue into a library as other related libraries are JARs : Okhttp, Retrofit, Eventbus, Rxjava, etc...
The text was updated successfully, but these errors were encountered: