1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Move clock to core-utils module

This commit is contained in:
Florian Renaud
2023-01-31 16:44:07 +01:00
parent 757bd5ff32
commit 9a31aa3b91
46 changed files with 58 additions and 55 deletions

View File

@@ -347,6 +347,7 @@ android {
dependencies {
implementation project(':vector')
implementation project(':vector-config')
implementation project(':library:core-utils')
debugImplementation project(':library:ui-styles')
implementation libs.dagger.hilt
implementation 'androidx.multidex:multidex:2.0.1'