moves attachment-viewer module to library

This commit is contained in:
ericdecanini 2022-02-22 19:44:30 +01:00
parent b4ceaefeab
commit c1afb3d5d1
25 changed files with 2 additions and 2 deletions

View file

@ -1,9 +1,9 @@
include ':vector'
include ':matrix-sdk-android'
include ':attachment-viewer'
include ':multipicker'
include ':library:core-utils'
include ':library:ui-styles'
include ':library:jsonviewer'
include ':library:attachment-viewer'
include ':library:diff-match-patch'
include ':matrix-sdk-android-flow'

View file

@ -336,10 +336,10 @@ dependencies {
implementation project(":matrix-sdk-android")
implementation project(":matrix-sdk-android-flow")
implementation project(":multipicker")
implementation project(":attachment-viewer")
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 'androidx.multidex:multidex:2.0.1'