Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
forrestguice committed Jan 27, 2021
1 parent b9e90d7 commit d520e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d520e9e

Please sign in to comment.