mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 15:55:57 +00:00
Updated QuadFlask colorpicker
This commit is contained in:
parent
8c555c684d
commit
d7a073e0ac
3 changed files with 3 additions and 5 deletions
|
@ -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…
Reference in a new issue