[BadCase]BadCase记录添加持久化逻辑

This commit is contained in:
renwj
2022-01-25 16:36:17 +08:00
parent 46bdb9d200
commit a108a1f955
6 changed files with 120 additions and 37 deletions

View File

@@ -54,6 +54,11 @@ dependencies {
kapt rootProject.ext.dependencies.aroutercompiler
kapt rootProject.ext.dependencies.androidxroomcompiler
implementation rootProject.ext.dependencies.androidxroomruntime
implementation rootProject.ext.dependencies.androidxroomktx
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
implementation rootProject.ext.dependencies.androidxrecyclerview
implementation rootProject.ext.dependencies.modulecommon