We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242e52e commit dda29d8Copy full SHA for dda29d8
2 files changed
build.gradle
@@ -23,8 +23,6 @@ allprojects {
23
google()
24
jcenter()
25
maven { url "https://jitpack.io" }
26
- // 私有仓库地址
27
- maven { url "http://lib.gcssloop.com:8081/repository/gcssloop-central/" }
28
}
29
30
chart/build.gradle
@@ -28,10 +28,13 @@ android {
31
+ext {
32
+ isLibrary = true
33
+ pomArtifactId = "Common"
34
+ pomDescription = "Common of android picker"
35
+}
36
+
37
dependencies {
38
implementation fileTree(dir: 'libs', include: ['*.jar'])
- testImplementation 'junit:junit:4.12'
- androidTestImplementation 'com.android.support.test:runner:1.0.1'
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
39
api "com.github.PhilJay:MPAndroidChart:v3.0.3"
40
0 commit comments