Skip to content

Commit

Permalink
Merge pull request #174 from futuredapp/feature/remove-rxdebug-depend…
Browse files Browse the repository at this point in the history
…ency

Remove rxdebug dependency as it is no longer available
  • Loading branch information
SumeraMartin authored Nov 7, 2024
2 parents 2a3d089 + 80464bb commit c0dca94
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ object Deps {
const val rxAndroid = "io.reactivex.rxjava2:rxandroid:${Versions.rxAndroid}"
const val rxJava = "io.reactivex.rxjava2:rxjava:${Versions.rxJava}"
const val rxRelay = "com.jakewharton.rxrelay2:rxrelay:${Versions.rxRelay}"
const val rxDebug = "com.sumera.rxdebug:rxdebug:${Versions.rxDebug}"
}

object Lint {
Expand Down
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ object Versions {
const val rxAndroid = "2.1.1"
const val rxJava = "2.2.21"
const val rxRelay = "2.1.1"
const val rxDebug = "1.1.3"

// android tools
const val androidTools = "31.1.2"
Expand Down
1 change: 0 additions & 1 deletion example-hilt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ dependencies {
implementation(Deps.Rx.rxAndroid)
implementation(Deps.Rx.rxJava)
implementation(Deps.Rx.rxRelay)
implementation(Deps.Rx.rxDebug)

implementation(Deps.AndroidX.liveDataExtensions)
kapt(Deps.AndroidX.lifecycleCompiler)
Expand Down
1 change: 0 additions & 1 deletion example-minimal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dependencies {
implementation(Deps.Rx.rxAndroid)
implementation(Deps.Rx.rxJava)
implementation(Deps.Rx.rxRelay)
implementation(Deps.Rx.rxDebug)

kapt(Deps.AndroidX.lifecycleCompiler)

Expand Down
1 change: 0 additions & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ dependencies {
implementation(Deps.Rx.rxAndroid)
implementation(Deps.Rx.rxJava)
implementation(Deps.Rx.rxRelay)
implementation(Deps.Rx.rxDebug)

kapt(Deps.AndroidX.lifecycleCompiler)

Expand Down
1 change: 0 additions & 1 deletion rx-usecases/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ dependencies {
implementation(Deps.Rx.rxAndroid)
implementation(Deps.Rx.rxJava)
implementation(Deps.Rx.rxRelay)
implementation(Deps.Rx.rxDebug)

testImplementation(Deps.Test.mockitoCore)
testImplementation(Deps.Test.androidXTestRunner)
Expand Down

0 comments on commit c0dca94

Please sign in to comment.