1.增加搜索相关功能业务2.解决下载omdb后不及时渲染问题3.增加按任务及link关联渲染业务4.接口中增加按任务查询条件

This commit is contained in:
qiji4215
2023-08-10 10:51:22 +08:00
parent 1765b8801b
commit 57ccf8584b
26 changed files with 494 additions and 210 deletions

View File

@@ -55,6 +55,10 @@ android {
}
}
realm {
syncEnabled = true
}
//configurations.all {
// resolutionStrategy {
// force 'com.intellij:annotations:13.0'