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

Remove unused module matrix-sdk-android-rx and do some cleanup

This commit is contained in:
Benoit Marty
2022-01-13 17:53:26 +01:00
parent a208b48c15
commit f2165201eb
14 changed files with 2 additions and 624 deletions

View File

@@ -153,13 +153,3 @@ project(":diff-match-patch") {
// }
// }
//}
//
//project(":matrix-sdk-android-rx") {
// sonarqube {
// properties {
// property "sonar.sources", project(":matrix-sdk-android-rx").android.sourceSets.main.java.srcDirs
// // exclude source code from analyses separated by a colon (:)
// // property "sonar.exclusions", "**/*.*"
// }
// }
//}