Skip to content

Commit

Permalink
Dependency update: RxJava (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-bot authored and mirland committed Nov 7, 2018
1 parent d7742b2 commit 55346d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ final PICASSO_VERSION = '8c16e8564e'
final REST_MOCK = '0.3.1'
final RETROFIT_VERSION = '2.4.0'
final RXANDROID_VERSION = '2.0.2'
final RXJAVA_VERSION = '2.1.14'
final RXJAVA_VERSION = '2.2.0'
final RXLIFECYCLE_VERSION = '2.2.1'
final TIMBER_VERSION = '4.7.1'
final TRACEUR_VERSION = '273cc7d582'
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
repositories {
google()
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
Expand All @@ -17,13 +17,12 @@ allprojects {
flatDir {
dirs 'libs'
}
google()
jcenter()
maven { url 'http://dl.bintray.com/xmartlabs/Android-Base-Project' }
maven { url 'https://jitpack.io' }
maven { url 'https://maven.google.com' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'https://maven.fabric.io/public' }
google()
}
}

Expand Down

0 comments on commit 55346d3

Please sign in to comment.