diff --git a/build.gradle b/build.gradle index be46d755..968f1c0d 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { classpath(group: 'org.jfrog.buildinfo', name: 'build-info-extractor-gradle', version: '3.1.0') //classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3" - classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/library/build.gradle b/library/build.gradle index 61b1ed9b..600f9ca3 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -48,8 +48,8 @@ dependencies { // gradle uploadArchives -apply from: '_sonatype.gradle' +//apply from: '_sonatype.gradle' // gradle publishToMavenLocal -apply from: '_mavenlocal.gradle' +//apply from: '_mavenlocal.gradle' // gradle bintrayUpload //apply from: '_bintray.gradle'