Skip to content

Commit

Permalink
Updated QuadFlask colorpicker
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Dec 8, 2019
1 parent 8c555c6 commit d7a073e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ dependencies {
def markwon_version = "4.1.2"
def msal_version = "1.0.0"
def bouncycastle_version = "1.64"
def colorpicker_version = "0.0.15"

// https://developer.android.com/jetpack/androidx/releases/

Expand Down Expand Up @@ -330,7 +331,7 @@ dependencies {
implementation "io.noties.markwon:core:$markwon_version"

// // https://github.com/QuadFlask/colorpicker
implementation project(':qcolorpicker')
implementation "com.github.QuadFlask:colorpicker:$colorpicker_version"

// https://github.com/AzureAD/microsoft-authentication-library-for-android
implementation "com.microsoft.identity.client:msal:$msal_version"
Expand Down
1 change: 0 additions & 1 deletion qcolorpicker
Submodule qcolorpicker deleted from 3583e3
4 changes: 1 addition & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
include ':app', ':qcolorpicker'

project(':qcolorpicker').projectDir = new File('qcolorpicker/library')
include ':app'

0 comments on commit d7a073e

Please sign in to comment.