更新gradle配置

This commit is contained in:
2018-04-18 10:34:51 +08:00
parent 8c51f52a2c
commit 918cfe62bb
11 changed files with 60 additions and 57 deletions

View File

@@ -40,7 +40,7 @@ dependencies {
//载入界面
implementation 'com.kaopiz:kprogresshud:1.1.0'
compile project(path: ':BaseModel')
compile project(path: ':ResModl')
compile project(path: ':RefreshRecyclerView')
api project(path: ':BaseModel')
api project(path: ':ResModl')
api project(path: ':RefreshRecyclerView')
}