Getting this issue No service of type Factory available in ProjectScopeServices when I am building library
Project build.gradle
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0-beta1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Library build.gradle
apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'