mirror of
https://github.com/element-hq/element-android
synced 2024-11-29 05:58:50 +03:00
Bring back a false positive
This commit is contained in:
parent
388e35e828
commit
6c569e6f9d
1 changed files with 3 additions and 0 deletions
|
@ -36,4 +36,7 @@ dependencies {
|
||||||
implementation libs.jetbrains.coroutinesCore
|
implementation libs.jetbrains.coroutinesCore
|
||||||
implementation libs.jetbrains.coroutinesAndroid
|
implementation libs.jetbrains.coroutinesAndroid
|
||||||
implementation libs.androidx.lifecycleLivedata
|
implementation libs.androidx.lifecycleLivedata
|
||||||
|
|
||||||
|
// Paging
|
||||||
|
implementation libs.androidx.pagingRuntimeKtx
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue