summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-08 18:10:51 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-08 18:10:51 +0100
commit5337841da0d308b5929122744c2eaebf1200a002 (patch)
tree8d57927e789b58e087abb738e08fae7fd0e3a482 /app/build.gradle
parent724813407dcb9269820441507d02a543e3751837 (diff)
Pref settings customization of messages
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0f180da4d..3e592ea7c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -81,8 +81,8 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
- implementation "androidx.compose.material3:material3:1.0.1"
- implementation "androidx.compose.material3:material3-window-size-class:1.0.1"
+
+ implementation "com.github.skydoves:colorpickerpreference:2.0.6"
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.google.code.gson:gson:2.9.1"