更新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

@@ -66,5 +66,5 @@ dependencies {
//毛玻璃
implementation 'jp.wasabeef:glide-transformations:3.0.0'
// compile project(path: ':app')
compile project(path: ':ResModl')
api project(path: ':ResModl')
}