fix: SettingsLib剩余AudioAttributes引用等待处理

This commit is contained in:
2024-12-10 10:27:23 +08:00
parent 579bbe730f
commit ad8fc8731d
19 changed files with 66 additions and 14 deletions

View File

@@ -54,6 +54,6 @@ android {
dependencies {
// implementation "androidx.annotation:annotation:1.0.0"
implementation libs.window.window
implementation files('../libs/error_prone_annotations.jar')
implementation libs.error.prone.annotations
implementation libs.androidx.annotation.annotation
}