Skip to content

Commit

Permalink
Remove unused module matrix-sdk-android-rx and do some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jan 13, 2022
1 parent a208b48 commit f216520
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 624 deletions.
3 changes: 0 additions & 3 deletions attachment-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ dependencies {

implementation 'com.github.chrisbanes:PhotoView:2.3.0'

implementation libs.rx.rxKotlin
implementation libs.rx.rxAndroid

implementation libs.androidx.core
implementation libs.androidx.appCompat
implementation libs.androidx.recyclerview
Expand Down
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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", "**/*.*"
// }
// }
//}
1 change: 1 addition & 0 deletions changelog.d/4942.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove unused module matrix-sdk-android-rx and do some cleanup
4 changes: 1 addition & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ ext.libs = [
jetbrains : [
'coroutinesCore' : "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutines",
'coroutinesAndroid' : "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutines",
'coroutinesRx2' : "org.jetbrains.kotlinx:kotlinx-coroutines-rx2:$kotlinCoroutines",
'coroutinesTest' : "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutines"
],
androidx : [
Expand Down Expand Up @@ -87,8 +86,7 @@ ext.libs = [
'retrofitMoshi' : "com.squareup.retrofit2:converter-moshi:$retrofit"
],
rx : [
'rxKotlin' : "io.reactivex.rxjava2:rxkotlin:2.4.0",
'rxAndroid' : "io.reactivex.rxjava2:rxandroid:2.1.1"
'rxKotlin' : "io.reactivex.rxjava2:rxkotlin:2.4.0"
],
arrow : [
'core' : "io.arrow-kt:arrow-core:$arrow",
Expand Down
1 change: 0 additions & 1 deletion matrix-sdk-android-rx/.gitignore

This file was deleted.

47 changes: 0 additions & 47 deletions matrix-sdk-android-rx/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions matrix-sdk-android-rx/proguard-rules.pro

This file was deleted.

1 change: 0 additions & 1 deletion matrix-sdk-android-rx/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f216520

Please sign in to comment.