mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
moves multipicker module to library
This commit is contained in:
parent
c1afb3d5d1
commit
4651c45b2f
30 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
include ':vector'
|
||||
include ':matrix-sdk-android'
|
||||
include ':multipicker'
|
||||
include ':library:core-utils'
|
||||
include ':library:ui-styles'
|
||||
include ':library:jsonviewer'
|
||||
include ':library:attachment-viewer'
|
||||
include ':library:diff-match-patch'
|
||||
include ':library:multipicker'
|
||||
include ':matrix-sdk-android-flow'
|
||||
|
|
|
@ -335,12 +335,12 @@ dependencies {
|
|||
|
||||
implementation project(":matrix-sdk-android")
|
||||
implementation project(":matrix-sdk-android-flow")
|
||||
implementation project(":multipicker")
|
||||
implementation project(":library:jsonviewer")
|
||||
implementation project(":library:ui-styles")
|
||||
implementation project(":library:core-utils")
|
||||
implementation project(":library:attachment-viewer")
|
||||
implementation project(":library:diff-match-patch")
|
||||
implementation project(":library:multipicker")
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
|
||||
implementation libs.jetbrains.coroutinesCore
|
||||
|
|
Loading…
Reference in a new issue