File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
3
ext. kotlin_version = " 1.3.72"
4
+ ext. maven_version = " 2.1"
4
5
repositories {
5
6
google()
6
7
jcenter()
7
8
}
8
9
dependencies {
9
10
classpath " com.android.tools.build:gradle:4.0.0"
10
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
+ classpath " com.github.dcendents:android-maven-gradle-plugin:$maven_version "
11
13
12
14
// NOTE: Do not place your application dependencies here; they belong
13
15
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
apply plugin : ' kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
+ apply plugin : ' com.github.dcendents.android-maven'
5
+
6
+ group= ' com.github.arduia'
4
7
5
8
android {
6
9
compileSdkVersion 29
You can’t perform that action at this time.
0 commit comments