Plugin with id 'com.novoda.bintray-release' not found的解决方法

我们一般在在github上下载下来的代码,有时候会提示Plugin with id ‘com.novoda.bintray-release’ not found的错误,这个怎么解决呢,其实很简单,只要在你的根目录下的build.gradle中添加

dependencies {
        classpath 'com.android.tools.build:gradle:1.5.0'
        //添加下面这行代码就OK了
        classpath 'com.novoda:bintray-release:0.3.4'
posted @ 2018-02-04 23:03  牧之丨  阅读(1403)  评论(0编辑  收藏  举报