From 02ed12f8c0953204d5ada55e6936c5a7792d6191 Mon Sep 17 00:00:00 2001 From: SerpentSpirale Date: Wed, 21 Apr 2021 08:56:04 +0200 Subject: [PATCH] Update build.gradle to add a colorPicker --- app_pojavlauncher/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app_pojavlauncher/build.gradle b/app_pojavlauncher/build.gradle index 1bf6cd6a8..63710446a 100644 --- a/app_pojavlauncher/build.gradle +++ b/app_pojavlauncher/build.gradle @@ -118,12 +118,14 @@ dependencies { implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.legacy:legacy-preference-v14:1.0.0' - implementation 'com.google.android.material:material:1.2.1' - implementation 'androidx.annotation:annotation:1.1.0' + implementation 'com.google.android.material:material:1.3.0' + implementation 'androidx.annotation:annotation:1.2.0' implementation 'androidx.browser:browser:1.3.0' implementation "androidx.constraintlayout:constraintlayout:2.0.4" + implementation 'com.rarepebble:colorpicker:3.0.1' + // implementation 'com.intuit.sdp:sdp-android:1.0.5' // implementation 'com.intuit.ssp:ssp-android:1.0.5'