Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #13 from jaredsburrows/jb/update-dependencies/03-1…
Browse files Browse the repository at this point in the history
…4-18

Update dependencies
  • Loading branch information
JakeWharton committed Mar 14, 2018
2 parents 5653804 + 48968c2 commit f0f9605
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
@@ -1,7 +1,7 @@
buildscript {
ext.versions = [
'kotlin': '1.2.20',
'coroutines': '0.21.2',
'kotlin': '1.2.30',
'coroutines': '0.22.5',
]

ext.deps = [
Expand All @@ -23,7 +23,7 @@ buildscript {
'js': "org.jetbrains.kotlinx:kotlinx-coroutines-core-js:${versions.coroutines}",
],
],
'rxjava2': 'io.reactivex.rxjava2:rxjava:2.1.8',
'rxjava2': 'io.reactivex.rxjava2:rxjava:2.1.10',
'truth': 'com.google.truth:truth:0.39',
]

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip

0 comments on commit f0f9605

Please sign in to comment.