-
Notifications
You must be signed in to change notification settings - Fork 145
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
Publish to Maven as AAR #10
Comments
The new android-maven-plugin version should support aar libraries. I'll try to find some time to test this... |
This article explains how to do it fairly painlessly I pushed my own library using that method and it's working well |
I'm still waiting for a more stable android-maven-plugin version for this. Maybe you could submit a pull request with the necessary gradle files and I may be able to upload an aar artifact to maven. |
The gradle files are the easy bit, implementing the signing/nexus login properties that cannot be version controlled and only something you can do unfortunately. |
OK, can you still provide the gradle files and a sample properties file - I'll adjust the rest :) |
I'll give it a go but just seen how many dependencies there are so will take a little more work. |
Android Maven Plugin 3.8.2 with full aar support is now released and a new snapshot with aar packaging is now deployed, release will follow in the next days. |
Is this available yet? Will it be on Maven Central? |
Sorry, not yet released. Snapshots are available on sonatype. |
I've just released version 1.4.0 which uses aar packaging, should be available in maven central in a few hours. |
Could we have this published as an AAR to make it easier to integrate when using Android Studio/Gradle.
The text was updated successfully, but these errors were encountered: