File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+
3137dependencies {
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}
You can’t perform that action at this time.
0 commit comments