We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee851f commit f868309Copy full SHA for f868309
app/build.gradle
@@ -3,6 +3,9 @@ apply plugin: 'com.android.library'
3
apply plugin: 'kotlin-android'
4
apply plugin: 'kotlin-android-extensions'
5
apply plugin: 'kotlin-kapt'
6
+apply plugin: 'com.github.dcendents.android-maven'
7
+
8
+group='com.github.theblissprogrammer'
9
10
android {
11
compileSdkVersion 28
build.gradle
@@ -37,6 +37,7 @@ buildscript {
37
classpath "com.android.tools.build:gradle:$gradleVersion"
38
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
39
40
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
41
}
42
43
0 commit comments