From d520e9e7e77d6954a5dab28b5708935bfd0933b4 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Wed, 27 Jan 2021 12:28:22 -0700 Subject: [PATCH] build Fixes broken build caused by QuadFlask colorpicker dependency (no longer builds correctly by jitpack; fails with "gradle plugin version 2.3.0-beta2 is too old"). This commit updates this dependency to a forked version with an updated plugin version. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e9013449..94d70623 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'com.android.support:appcompat-v7:25.4.0' implementation 'com.android.support:support-compat:25.4.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' - implementation 'com.github.QuadFlask:colorpicker:0.0.13' + implementation 'com.github.forrestguice:colorpicker:0.0.13post1' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.jraska:falcon:1.0.4'