?
鄭州app開發過程中遇到ERROR: Plugin with id 'com.novoda.bintray-release' not found.
整了好久,發現解決辦法其實很簡單,就是在
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
的下面添加這句話就行了。
classpath 'com.novoda:bintray-release:0.7.0'