RefreshActionItem
RefreshActionItem copied to clipboard
Need an AAR package in Maven central
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
Yeah, that's in my todo list. I'll do it together with a port to ActionBarCompat.
On Wed, Nov 13, 2013 at 12:25 AM, Adam Brown [email protected]:
It would be great to get an AAR of this in the maven central repo so we can use this inside Android Studio projects.
— Reply to this email directly or view it on GitHubhttps://github.com/ManuelPeinado/RefreshActionItem/issues/11 .
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 done with my other libs GlassActionBar and MultichoiceAdapter El 14/11/2013 20:45, "Adam Brown" [email protected] escribió:
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.
— Reply to this email directly or view it on GitHubhttps://github.com/ManuelPeinado/RefreshActionItem/issues/11#issuecomment-28515976 .
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?