diff --git a/build.gradle b/build.gradle index e62ef6bb..61db1f60 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.1.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.17" - + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 80a297b7..cd0e654e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip diff --git a/mvicore-android/build.gradle b/mvicore-android/build.gradle index 470a86f6..c875819f 100644 --- a/mvicore-android/build.gradle +++ b/mvicore-android/build.gradle @@ -1,6 +1,9 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin: 'org.jetbrains.dokka' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.badoo' android { compileSdkVersion 28 diff --git a/mvicore-debugdrawer/build.gradle b/mvicore-debugdrawer/build.gradle index ba317c29..4b729718 100644 --- a/mvicore-debugdrawer/build.gradle +++ b/mvicore-debugdrawer/build.gradle @@ -1,6 +1,9 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin: 'org.jetbrains.dokka' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.badoo' android { compileSdkVersion 27