Skip to content

Commit dda29d8

Browse files
committed
修改build文件
1 parent 242e52e commit dda29d8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ allprojects {
2323
google()
2424
jcenter()
2525
maven { url "https://jitpack.io" }
26-
// 私有仓库地址
27-
maven { url "http://lib.gcssloop.com:8081/repository/gcssloop-central/" }
2826
}
2927
}
3028

chart/build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ android {
2828

2929
}
3030

31+
ext {
32+
isLibrary = true
33+
pomArtifactId = "Common"
34+
pomDescription = "Common of android picker"
35+
}
36+
3137
dependencies {
3238
implementation fileTree(dir: 'libs', include: ['*.jar'])
33-
testImplementation 'junit:junit:4.12'
34-
androidTestImplementation 'com.android.support.test:runner:1.0.1'
35-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
3639
api "com.github.PhilJay:MPAndroidChart:v3.0.3"
3740
}

0 commit comments

Comments
 (0)