mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
chore: migrated preferences to eu.jonahbauer.android.preference
This commit is contained in:
parent
5ab54ea1cb
commit
870ee56b88
27 changed files with 446 additions and 825 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue