Skip to content

Commit 35e9289

Browse files
author
jhonjson
committed
添加网络请求
1 parent aa1d4c5 commit 35e9289

25 files changed

Lines changed: 1357 additions & 71 deletions

File tree

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library_base/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,10 @@ android {
3434

3535
dependencies {
3636
api fileTree(include: ['*.jar'], dir: 'libs')
37-
//公用的support相关库在base中依赖
38-
api rootProject.ext.support["design"]
39-
api rootProject.ext.support["appcompat-v7"]
4037
//公用资源在base中依赖
4138
api project(':library_res')
4239
//阿里路由框架
4340
api rootProject.ext.dependencies["arouter-api"]
4441

45-
api(rootProject.ext.dependencies["rxlifecycle-components"]) {
46-
exclude group: 'com.android.support'
47-
}
42+
api rootProject.ext.dependencies["rxlifecycle-components"]
4843
}

0 commit comments

Comments
 (0)