Add a module for the Matrix SDK with the aar of the Rust SDK
This commit is contained in:
parent
36f2b4dabf
commit
df315ecea6
5 changed files with 79 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue