-
Notifications
You must be signed in to change notification settings - Fork 15
Home
mo edited this page Jul 10, 2018
·
5 revisions
Welcome to the WalleLibrary wiki!
- JitPack学习和运用 https://jitpack.io/#moz1q1/WalleLibrary/master
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.moz1q1.WalleLibrary:library_utils:master'
implementation 'com.github.moz1q1.WalleLibrary:library_compat:master'
implementation 'com.github.moz1q1.WalleLibrary:library_database:master'
implementation 'com.github.moz1q1.WalleLibrary:library_okhttp:master'
implementation 'com.github.moz1q1.WalleLibrary:library_ui:master'
....
}