From 4901e7174c740cf04c335798948ceeaa2587ef76 Mon Sep 17 00:00:00 2001 From: Amine Date: Sat, 13 Oct 2018 04:52:55 +0200 Subject: [PATCH] Still trying to fix the build issue. --- app/build.gradle | 2 +- app/src/main/res/xml/pref_theme.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f8df1fe..ad8380e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -139,7 +139,7 @@ dependencies { // Themes implementation 'com.52inc:scoops:1.0.0' - compile 'com.jrummyapps:colorpicker:2.1.7' + implementation 'com.jaredrummler:colorpicker:1.0.2' implementation 'com.github.rubensousa:floatingtoolbar:1.5.1' // Pager diff --git a/app/src/main/res/xml/pref_theme.xml b/app/src/main/res/xml/pref_theme.xml index a45e413..69565f4 100644 --- a/app/src/main/res/xml/pref_theme.xml +++ b/app/src/main/res/xml/pref_theme.xml @@ -7,22 +7,22 @@ android:key="dark_theme" android:title="Dark theme" /> - - - -