update 动态&视频分享功能
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user