chore: migrated preferences to eu.jonahbauer.android.preference

This commit is contained in:
Josia Pietsch 2024-09-09 21:23:01 +02:00
parent 5ab54ea1cb
commit 870ee56b88
Signed by: jrpie
GPG key ID: E70B571D66986A2D
27 changed files with 446 additions and 825 deletions

View file

@ -63,6 +63,10 @@ dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "eu.jonahbauer:android-preference-annotations:1.1.2"
implementation 'androidx.preference:preference-ktx:1.2.1'
//kapt "eu.jonahbauer:android-preference-annotations:1.1.2"
//annotationProcessor "eu.jonahbauer:android-preference-annotations:1.1.2"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'