Skip to content

Commit 3f39598

Browse files
committed
添加jitpack
1 parent ade3414 commit 3f39598

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ buildscript {
1010
}
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:3.0.0'
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1314

1415

1516
// NOTE: Do not place your application dependencies here; they belong

chart/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
apply plugin: 'com.android.library'
22

3+
apply plugin: 'com.github.dcendents.android-maven'
4+
5+
group='com.github.chenyy0708'
6+
37
def config = rootProject.ext.android // 配置
48

59
android {

0 commit comments

Comments
 (0)