feat: SettingsLib验证通过-使用App module启用

This commit is contained in:
2024-12-09 16:04:49 +08:00
parent 1f18a59dab
commit a7f5c61005
1562 changed files with 181632 additions and 18 deletions

View File

@@ -47,7 +47,9 @@ android {
}
dependencies {
// implementation "androidx.annotation:annotation:1.0.0"
implementation files('../../libs/preference-1.3.0-alpha01.aar')
implementation libs.androidx.annotation.annotation
implementation libs.preference
implementation project(':SettingsLib:Utils')
implementation libs.recyclerview
}