1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Merge pull request #4746 from vector-im/feature/aris/threads

Threads P0 Release
This commit is contained in:
Aris Kotsomitopoulos
2022-02-01 15:58:32 +02:00
committed by GitHub
153 changed files with 5266 additions and 759 deletions

View File

@@ -144,6 +144,11 @@ project(":diff-match-patch") {
}
}
// Global configurations across all modules
ext {
isThreadingEnabled = true
}
//project(":matrix-sdk-android") {
// sonarqube {
// properties {