Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Sep 7, 2021
1 parent 17be216 commit 6a36af6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
rxJavaVersion = '3.0.13'
rxJavaVersion = '3.1.1'
sourceCompatibilityVersion = JavaVersion.VERSION_1_8
targetCompatibilityVersion = JavaVersion.VERSION_1_8
shadowPluginVersion = '5.0.0'
Expand Down
4 changes: 2 additions & 2 deletions rxandroidble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ dependencies {

// Test dependencies
testImplementation project(path: ':dagger-library-shadow', transitive: false, configuration: 'shadow')
testImplementation rootProject.ext.libs.junit
testImplementation 'junit:junit:4.13.2'
testImplementation rootProject.ext.libs.groovy
testImplementation rootProject.ext.libs.spock
testImplementation(rootProject.ext.libs.robolectric)
testImplementation('org.robolectric:robolectric:4.6.1')
testImplementation(rootProject.ext.libs.electricspock){
exclude group: 'org.robolectric', module: 'android-all'
}
Expand Down
6 changes: 3 additions & 3 deletions sample-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ dependencies {
// RxJava
implementation rootProject.ext.libs.rxjava
implementation rootProject.ext.libs.rxandroid
implementation 'io.reactivex.rxjava3:rxkotlin:3.0.0'
implementation 'io.reactivex.rxjava3:rxkotlin:3.0.1'

// Replaying share
implementation rootProject.ext.libs.rxjava_replayingshare

// Test
testImplementation project(':mockrxandroidble')
testImplementation rootProject.ext.libs.junit
testImplementation rootProject.ext.libs.robolectric
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.6.1'
}

0 comments on commit 6a36af6

Please sign in to comment.