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,6 +47,9 @@ android {
}
dependencies {
implementation files('../../libs/preference-1.3.0-alpha01.aar')
implementation libs.preference
implementation project(':SettingsLib:SettingsTheme')
implementation libs.androidx.annotation.annotation
implementation libs.recyclerview
}