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