Skip to content

Commit 2469cb4

Browse files
committed
新增依赖
1 parent 9826cac commit 2469cb4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ allprojects {
2626
url 'https://maven.google.com/'
2727
name 'Google'
2828
}
29+
maven { url "https://jitpack.io" }
2930
}
3031
}
3132

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
23

34
android {
45
compileSdkVersion 29

0 commit comments

Comments
 (0)