-
Notifications
You must be signed in to change notification settings - Fork 293
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
Switch from novoda-bintray-plugin #216
Comments
That's the article I was reading this morning :) I think I've almost got
it, I'll push tomorrow
…On Fri, Oct 26, 2018, 2:20 PM Bernardo Ferrari ***@***.***> wrote:
It was really simple when I did it:
https://github.com/bernaferrari/EmojiSlider/blob/master/emojislider/build.gradle
***@***.***_zatsepin/simple-way-to-publish-your-android-library-to-jcenter-d1e145bacf13
https://android.jlelse.eu/publishing-your-android-kotlin-or-java-library-to-jcenter-from-android-studio-1b24977fe450
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#216 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZesVrIKa69x4XhJlMoiOS5kZYPrn1zks5uo1KDgaJpZM4X7lgn>
.
|
Another simple option is jitpack. |
But jitpack requires updating the build.gradle repositories, while jcenter
"just works".
…On Thu, Nov 1, 2018, 18:04 Jordon de Hoog ***@***.***> wrote:
Another simple option is jitpack <https://jitpack.io/#lisawray/groupie>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#216 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVblbtpmAv03U4oVNkTROqT57S_xScoks5uq2HagaJpZM4X7lgn>
.
|
Anything would be fine at this point. I'm at my wit's end. I can't even get it to work with jitpack, and I think it's because it's multiple libraries. It's here if anyone wants to give it a shot: https://github.com/lisawray/groupie/tree/jitpack |
Did you try this? FastAdapter follows this pattern and even includes a script: |
Done. Published as 2.2 It hasn't synced to jcenter yet, so for the next few hours you'll have to use
Btw, you would not believe how out of date that first link is already! |
@lisawray we have just released a new version of |
I was using novoda-bintray-plugin to publish to Bintray and from there to maven central, but Novoda's plugin is currently broken: novoda/bintray-release#177
Took a shot at switching it over to https://github.com/dcendents/android-maven-gradle-plugin (working example: https://github.com/trello/RxLifecycle) on branch https://github.com/lisawray/groupie/tree/publishing ....
but I haven't got it working yet. Would love some eyes from anyone familiar with publishing directly to maven central.
The text was updated successfully, but these errors were encountered: