diff --git a/build.gradle b/build.gradle index 8a0e313..7b72c1f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + 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/simpledate/build.gradle b/simpledate/build.gradle index 2f23c5d..eca2f0a 100644 --- a/simpledate/build.gradle +++ b/simpledate/build.gradle @@ -20,3 +20,6 @@ buildscript { repositories { mavenCentral() } + +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.sidhuparas'