fix: Delete color lib dependency

This commit is contained in:
J-Jamet
2023-05-14 15:51:32 +02:00
parent 6742a8893c
commit 52fd576f55
4 changed files with 36 additions and 29 deletions

View File

@@ -34,8 +34,6 @@ android {
dependencies {
implementation "androidx.core:core-ktx:$android_core_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
// Color
implementation 'com.github.Kunzisoft:AndroidClearChroma:2.6'
// Time
implementation 'joda-time:joda-time:2.10.13'
// Apache Commons