Add a module for the Matrix SDK with the aar of the Rust SDK

This commit is contained in:
Benoit Marty 2022-10-11 12:21:46 +02:00
parent 36f2b4dabf
commit df315ecea6
5 changed files with 79 additions and 1 deletions

View file

@ -10,9 +10,13 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
flatDir {
dirs 'libs'
}
}
}
rootProject.name = "ElementX"
include ':app'
include ':libraries:ui:theme'
include ':libraries:ui:screens:login'
include ':libraries:sdk:matrix'