1. 程式人生 > >Gradle sync failed: Plugin with id 'com.novoda.bintray-release' not found

Gradle sync failed: Plugin with id 'com.novoda.bintray-release' not found

從github上下載moudle作為工程的一個library匯入時出現該錯誤

解決方法:在工程的 build.gradle中新增:
dependencies {
classpath ‘com.novoda:bintray-release:0.3.4’
}