update 动态&视频分享功能

This commit is contained in:
2024-03-21 14:48:10 +08:00
parent 0e83f4fbaf
commit ab6d871b38
13 changed files with 150 additions and 27 deletions

View File

@@ -33,6 +33,11 @@ android {
ndk {
abiFilters "armeabi-v7a","arm64-v8a"
}
javaCompileOptions {
annotationProcessorOptions {
arguments = [AROUTER_MODULE_NAME: project.getName()]
}
}
}
aaptOptions {
cruncherEnabled = false
@@ -63,5 +68,5 @@ dependencies {
implementation project(path: ':common')
implementation project(path: ':live')
annotationProcessor rootProject.ext.dependencies["arouter-compiler"]
}