Skip to content

Commit

Permalink
Updated library build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchowdhury committed May 30, 2017
1 parent b41e54b commit 763a9d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions mystique/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ ext {
supportLibVersion = "25.3.1"
}

tasks.withType(Javadoc).all { enabled = false }

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
Expand Down Expand Up @@ -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'

0 comments on commit 763a9d0

Please sign in to comment.