Updated QuadFlask colorpicker

This commit is contained in:
M66B 2019-12-08 20:15:33 +01:00
parent 8c555c684d
commit d7a073e0ac
3 changed files with 3 additions and 5 deletions

View File

@ -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/
@ -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"

@ -1 +0,0 @@
Subproject commit 3583e34ac3895b3c01e89bab6a7d32bca124a974

View File

@ -1,3 +1 @@
include ':app', ':qcolorpicker'
project(':qcolorpicker').projectDir = new File('qcolorpicker/library')
include ':app'