android-maven-gradle-plugin
android-maven-gradle-plugin copied to clipboard
Clarification is needed regarding "Abandoned" and "android build plugin"
Could you please clarify the statement from readme:
Abandoned
This is now supported by the android build plugin: https://developer.android.com/studio/build/maven-publish-plugin
- How to perform migration to the standard android build plugin?
- I use your plugin for publishing my library on jitpack.io, but if I leave
com.android.library
in my gradle, taskinstall
disappears from gradle, which means jitpack will not be able to publish the library.
Could you please provide some explanations and recommendations?
I got a temporary fix, as it said the recent build it supports is 4.6 so downgrade or upgrade your gradle version to 4.6, it will definitely support. It solved mine. correct me if I was wrong about it :)