1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

moving external library modules to an external directory

This commit is contained in:
Adam Brown
2022-09-16 11:45:20 +01:00
parent e83fa9c81f
commit 739a513f89
490 changed files with 12 additions and 9 deletions

View File

@@ -1,13 +1,16 @@
include ':vector-app'
include ':vector'
include ':vector-config'
include ':matrix-sdk-android'
include ':library:core-utils'
include ':library:ui-strings'
include ':library:ui-styles'
include ':library:jsonviewer'
include ':library:attachment-viewer'
include ':library:diff-match-patch'
include ':library:multipicker'
include ':library:dialpad'
include ':library:external:jsonviewer'
include ':library:external:diff-match-patch'
include ':library:external:dialpad'
include ':matrix-sdk-android'
include ':matrix-sdk-android-flow'