Skip to content

Commit 5afbf46

Browse files
author
xiaowh
committed
上传lib到jitpack maven仓库
1 parent f22b5b1 commit 5afbf46

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

MPChartLib/build.gradle

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

76
android {
87
compileSdkVersion 28

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ allprojects {
1919
repositories {
2020
google()
2121
jcenter()
22+
maven { url "https://jitpack.io" }
2223
}
2324
}
2425

0 commit comments

Comments
 (0)