summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-09 10:01:57 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-09 10:01:57 +0100
commitae80a27db95b0701a8621bfb158ece2c95720823 (patch)
treeb3757510927c506eb560451c4e437c543707be11 /app/build.gradle
parentd9ed0984648900b5f2c2fe793729a3f5075803fe (diff)
Allow to reset customizations
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3e592ea7c..50d97fa2b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -82,7 +82,7 @@ dependencies {
implementation 'com.google.android.material:material:1.7.0'
- implementation "com.github.skydoves:colorpickerpreference:2.0.6"
+ implementation 'com.jaredrummler:colorpicker:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.google.code.gson:gson:2.9.1"