Skip to content

Commit 2763053

Browse files
author
xiaowh
committed
上传lib到maven仓库
1 parent 5cd7738 commit 2763053

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

MPChartLib/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'maven'
3-
//apply plugin: 'com.github.dcendents.android-maven'
3+
apply plugin: 'com.github.dcendents.android-maven'
44
//apply plugin: 'realm-android'
5+
group='com.github.lambdaxiao'
56

67
android {
78
compileSdkVersion 28

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.4.0'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12-
12+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files
1515
}

0 commit comments

Comments
 (0)