-
Notifications
You must be signed in to change notification settings - Fork 105
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
Need an AAR package in Maven central #11
Comments
Yeah, that's in my todo list. I'll do it together with a port to On Wed, Nov 13, 2013 at 12:25 AM, Adam Brown [email protected]:
|
Awesome thanks! Ya having no dependencies would be great. For my own use case I don't need to support below API 14, so full native would even be awesome. |
I will support all versions of the AB under the same repos, same as I've
|
Until this is done, is there any workaround for getting the project working under Android Studio and Gradle? Thanks! |
@thirtythreeforty There is a workaround and it's called JitPack.io : ) You can use it to get GitHub repos as maven dependencies. Here's RefreshActionItem: https://jitpack.io/#ManuelPeinado/RefreshActionItem/parent-1.0.3 |
@jitpack-io Not working with android studio. Can someone tell how to use this lib in android studio? |
It would be great to get an AAR of this in the maven central repo so we can use this inside Android Studio projects.
Theres a good resource here for how to package it up and submit:
http://gmariotti.blogspot.it/2013/09/publish-aar-file-to-maven-central-with.html
The text was updated successfully, but these errors were encountered: