Skip to content

Commit 974e799

Browse files
committed
gradle
1 parent 4b47fe1 commit 974e799

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

AndroidBaseClasses/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ plugins {
22
id 'com.android.library'
33
id 'kotlin-android'
44
}
5+
apply plugin: 'com.github.dcendents.android-maven'
6+
group = 'com.github.song9063'
57

68
android {
79
compileSdkVersion 29

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ buildscript {
99
classpath "com.android.tools.build:gradle:4.1.1"
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

12+
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
13+
1214
// NOTE: Do not place your application dependencies here; they belong
1315
// in the individual module build.gradle files
1416
}

0 commit comments

Comments
 (0)