封版羽声,作为最后的基础版

This commit is contained in:
2025-08-04 17:15:03 +08:00
parent 86b32f65d4
commit 5a6600a7e3
377 changed files with 384105 additions and 357697 deletions

View File

@@ -17,6 +17,14 @@ android {
versionName "1.0"
renderscriptSupportModeEnabled false
renderscriptTargetApi 30
javaCompileOptions {
annotationProcessorOptions {
arguments = [
AROUTER_MODULE_NAME: project.getName()
]
}
}
}
buildFeatures {
buildConfig = false
@@ -65,5 +73,10 @@ dependencies {
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
implementation(libs.arouter.api.v150)
//annotationProcessor
annotationProcessor libs.arouter.compiler
api project(':timcommon')
}
}
apply plugin: 'com.alibaba.arouter' //