Skip to content

Commit e0546e4

Browse files
author
F1ReKing
committed
[发版] 发版1.0.0
1 parent e8dbf7f commit e0546e4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

library/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
3+
apply plugin: 'com.github.dcendents.android-maven'
4+
group='com.github.f1reking'
35

46
android {
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 {

0 commit comments

Comments
 (0)