Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Jul 2, 2019
1 parent 8eb0c4e commit 473a571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
implementation 'com.code-troopers.betterpickers:library:3.1.0'
implementation 'com.github.machinarius:preferencefragment:0.1.2'
implementation 'org.jsoup:jsoup:1.12.1'
implementation 'com.splitwise:tokenautocomplete:3.0.1'
implementation 'com.splitwise:tokenautocomplete:3.0.2'
implementation 'com.google.code.findbugs:annotations:3.0.1u2', {
// Need to exclude these, or build is broken by:
// com.android.dex.DexException: Multiple dex files define Ljavax/annotation/CheckForNull
Expand All @@ -174,7 +174,7 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
annotationProcessor 'androidx.annotation:annotation:1.1.0'

implementation 'io.reactivex.rxjava2:rxjava:2.2.9'
implementation 'io.reactivex.rxjava2:rxjava:2.2.10'
implementation 'com.nytimes.android:cache3:3.1.1', {
exclude module: 'jsr305'
exclude module: 'jcip-annotations'
Expand Down

0 comments on commit 473a571

Please sign in to comment.