diff --git a/build.gradle b/build.gradle index 5a55a60..25ea898 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.0.0-alpha1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/mystique/build.gradle b/mystique/build.gradle index 564b8f3..6ff15b7 100644 --- a/mystique/build.gradle +++ b/mystique/build.gradle @@ -27,6 +27,8 @@ ext { supportLibVersion = "25.3.1" } +tasks.withType(Javadoc).all { enabled = false } + android { compileSdkVersion 25 buildToolsVersion "25.0.2" @@ -63,3 +65,6 @@ dependencies { repositories { mavenCentral() } + +apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle' +apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'