mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
renamed preferences
This commit is contained in:
parent
5dc2ee3901
commit
89093f6b9e
71 changed files with 676 additions and 884 deletions
|
@ -41,10 +41,12 @@ android {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
// minifyEnabled true
|
||||
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
namespace 'de.jrpie.android.launcher'
|
||||
|
@ -62,9 +64,8 @@ dependencies {
|
|||
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"
|
||||
annotationProcessor "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