Updated QuadFlask colorpicker

pull/169/head
M66B 5 years ago
parent 8c555c684d
commit d7a073e0ac

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

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

Loading…
Cancel
Save