Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <[email protected]>
  • Loading branch information
jruesga committed Apr 7, 2019
1 parent 2a204e0 commit 436b6c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ ext {
material : '1.0.0',
play_services_auth : '16.0.1',
firebase_core : '16.0.8',
firebase_messaging : '17.4.0',
firebase_messaging : '17.6.0',
gson : '2.8.5',
retrofit2 : '2.5.0',
// Keep okHttp in 3.12.x, since 3.13+ requires Android 5
okhttp3 : '3.12.2',
okio : '2.2.2',
okhttp_digest : 'f13c5b8f79',
rxjava : '2.2.7',
rxjava : '2.2.8',
rxandroid : '2.1.1',
rxloader2 : 'edeebf0a1a',
// Keep commons-io in 2.5. Prior android versions doesn't have fully support for Files api.
Expand All @@ -54,7 +54,7 @@ ext {
testLibraries = [
junit : '4.12',
hamcrest : '2.1',
mockito : '2.25.1',
mockito : '2.26.0',
powermock : '2.0.0',
robolectric : '4.2.1',
base64 : '2.3.9'
Expand Down

0 comments on commit 436b6c7

Please sign in to comment.