调整leakcanery版本,新增模块白天模式资源

This commit is contained in:
wangcongtao
2020-08-31 15:53:44 +08:00
parent af4b8ae8c1
commit 9562aa61ad
4 changed files with 10 additions and 3 deletions

View File

@@ -275,9 +275,8 @@ dependencies {
implementation rootProject.ext.dependencies.androidxappcompat
implementation rootProject.ext.dependencies.arouter
implementation rootProject.ext.dependencies.boostmultidex
debugImplementation rootProject.ext.dependencies.leakcanary
testImplementation rootProject.ext.dependencies.leakcanary
releaseImplementation rootProject.ext.dependencies.leakcanarynoop
debugImplementation rootProject.ext.dependencies.debugleakcanary
releaseImplementation rootProject.ext.dependencies.releaseleakcanary
implementation rootProject.ext.dependencies.carcallprovider
implementation rootProject.ext.dependencies.carcall

View File

@@ -34,6 +34,8 @@ android {
'src/main/module-extensions-res',
'src/main/module-v2x-res',
'src/main/module-back-res',
'src/main/module-services-res',
'src/main/module-push-res',
]
}
}

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>