Skip to content

Commit e702dc9

Browse files
committed
maven plugin applied
1 parent 8e28e8e commit e702dc9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ buildscript {
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.4.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1314
// NOTE: Do not place your application dependencies here; they belong
1415
// in the individual module build.gradle files
1516
}

checkabletextview/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android-extensions'
33
apply plugin: 'kotlin-android'
4+
apply plugin: 'com.github.dcendents.android-maven'
5+
6+
group='com.github.JDevZone'
47

58
android {
69
compileSdkVersion 29

0 commit comments

Comments
 (0)