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

This commit is contained in:
Benoit Marty 2022-10-11 14:05:39 +02:00
parent df315ecea6
commit 98eeb08772
14 changed files with 131 additions and 34 deletions

View file

@ -11,7 +11,7 @@ dependencyResolutionManagement {
google()
mavenCentral()
flatDir {
dirs 'libs'
dirs 'libraries/sdk/matrix/libs'
}
}
}