Skip to content Skip to sidebar Skip to footer

Jfrog Bintray:delete Package And Relink To Jcenter

I am newbie to publishing library to Jcenter. I had uploaded my Android gradle plugin library to JFrog artifactory.The library is https://bintray.com/mmrx/pngquantGradlePlugin/pngc

Solution 1:

No need to recreate another one. To update a library on JCenter you need to update your library version name and version code, and then rebuild and upload into Bintray again, after upload success then you click on Publish new version.

=> Then your library will available in JCenter.

If the old version already on jCenter so whenever you update version of the library you no need to "Add to jCenter" again, it will automatically do that you only need to increase your library version and upload to Bintray is enough

Post a Comment for "Jfrog Bintray:delete Package And Relink To Jcenter"