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

@@ -33,5 +33,5 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
//图表
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
implementation project(path: ':ResModl')
api project(path: ':ResModl')
}