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