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

来源:互联网 发布:淘宝如何做企业店铺 编辑:程序博客网 时间:2024/06/05 22:18

我们一般在在github上下载下来的代码,有时候会提示Plugin with id ‘com.novoda.bintray-release’ not found的错误,这个怎么解决呢,今天找了解决方法记录下

dependencies {        classpath 'com.android.tools.build:gradle:1.5.0'        //添加下面这行代码就OK了        classpath 'com.novoda:bintray-release:0.3.4'
0 0
原创粉丝点击