Publish An Aar File To Maven Central With Gradle Not Working
Publish an aar file to Maven Central with Gradle still not working: Ok, let's repeat all the steps I followed to manage to 'Publish an aar file to Maven Central with Gradle' (I mai
Solution 1:
You can publish your aar to JCenter instead.
- It's the default in Android Studio.
- You can sync to Central from there in much easier way.
- It's so much easier to publish there.
- You can use oss.jfrog.org for snapshots.
Solution 2:
Every step I needed to publish my aar file to JCenter and then syncronize it with Maven Central could be read here: https://github.com/danielemaddaluno/gradle-jcenter-publish
Post a Comment for "Publish An Aar File To Maven Central With Gradle Not Working"