[BadCase]BadCase业务移植到DevaTools模块

[BadCase]入口展示和入口隐藏回调添加

[BadCase]移除之前无用的逻辑

[BadCase]code
This commit is contained in:
renwj
2022-03-09 12:26:18 +08:00
parent 6a17ee9f68
commit a6267114d4
37 changed files with 1273 additions and 839 deletions

View File

@@ -38,6 +38,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
}
}
dependencies {