We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e28e8e commit e702dc9Copy full SHA for e702dc9
2 files changed
build.gradle
@@ -10,6 +10,7 @@ buildscript {
10
dependencies {
11
classpath 'com.android.tools.build:gradle:3.4.2'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
14
// NOTE: Do not place your application dependencies here; they belong
15
// in the individual module build.gradle files
16
}
checkabletextview/build.gradle
@@ -1,6 +1,9 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'kotlin-android-extensions'
3
apply plugin: 'kotlin-android'
4
+apply plugin: 'com.github.dcendents.android-maven'
5
+
6
+group='com.github.JDevZone'
7
8
android {
9
compileSdkVersion 29
0 commit comments