1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-07-28 08:42:00 +03:00

Remove even more deps

This commit is contained in:
Olivér Falvai
2022-05-18 14:19:11 +02:00
parent aa64eb14b7
commit 388e35e828
5 changed files with 4 additions and 10 deletions

View File

@ -36,7 +36,4 @@ dependencies {
implementation libs.jetbrains.coroutinesCore
implementation libs.jetbrains.coroutinesAndroid
implementation libs.androidx.lifecycleLivedata
// Paging
implementation libs.androidx.pagingRuntimeKtx
}