From e702dc93ccf6bcf9a09d8728aed653e1715b0d41 Mon Sep 17 00:00:00 2001 From: jdevzone Date: Tue, 16 Jul 2019 11:23:58 +0530 Subject: [PATCH] maven plugin applied --- build.gradle | 1 + checkabletextview/build.gradle | 3 +++ 2 files changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 438d280..13712ac 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/checkabletextview/build.gradle b/checkabletextview/build.gradle index d0f3cf4..a4cb4c1 100644 --- a/checkabletextview/build.gradle +++ b/checkabletextview/build.gradle @@ -1,6 +1,9 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.JDevZone' android { compileSdkVersion 29