Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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