Compare commits

...

2 Commits

Author SHA1 Message Date
afa3b8b70c build: 修复 sm 包的编译问题 2024-04-10 16:12:20 +08:00
ce602c95ab build: 修复 sm 包的编译问题 2024-04-10 10:55:37 +08:00

View File

@ -418,6 +418,7 @@ dependencies {
? project(':feature:jg_push') : project(':feature:acloud_push')
implementation(pushProject) {
exclude group: 'androidx.swiperefreshlayout'
exclude module: 'alicloud-android-utdid'
}
}