You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-28 08:42:00 +03:00
Merge pull request #5780 from ofalvai/dependency-cleanup
Remove unused dependencies
This commit is contained in:
@ -31,9 +31,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation project(":matrix-sdk-android")
|
||||
implementation libs.androidx.appCompat
|
||||
|
||||
implementation libs.jetbrains.coroutinesCore
|
||||
implementation libs.jetbrains.coroutinesAndroid
|
||||
@ -41,7 +39,4 @@ dependencies {
|
||||
|
||||
// Paging
|
||||
implementation libs.androidx.pagingRuntimeKtx
|
||||
|
||||
// Logging
|
||||
implementation libs.jakewharton.timber
|
||||
}
|
||||
|
Reference in New Issue
Block a user