From 322b39e085d897ab818dec8dcdfee4cb539a2458 Mon Sep 17 00:00:00 2001 From: sidhuparas Date: Tue, 13 Aug 2019 22:49:21 +0530 Subject: [PATCH] Add Details --- build.gradle | 1 + simpledate/build.gradle | 3 +++ 2 files changed, 4 insertions(+) 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'