File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ buildscript {
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:3.0.1'
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1213
1314 // NOTE: Do not place your application dependencies here; they belong
1415 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' kotlin-android'
3+ apply plugin : ' com.github.dcendents.android-maven'
4+ group= ' com.github.f1reking'
35
46android {
57 compileSdkVersion 26
68
79 defaultConfig {
810 minSdkVersion 16
911 targetSdkVersion 26
10- versionCode 1
11- versionName " 1.0"
12+ versionCode 100
13+ versionName " 1.0.0 "
1214 }
1315
1416 buildTypes {
You can’t perform that action at this time.
0 commit comments