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/pngcompress And then,I clicked the button 'link to jcenter'and it linked to jcenter successful. compile 'com.mmrx.pngcompress:pngcompress:1.0.0' was worked in my Android project. after a while,i found some bugs in the plugin library,and deleted the version 1.0.0 which had lined to the jcenter before.And uploaded the new