Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  • Loading branch information
jruesga committed Jan 11, 2019
1 parent 76173ec commit cd83641
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 @@ -30,7 +30,7 @@ ext {
okhttp3 : '3.12.1',
okio : '2.1.0',
okhttp_digest : 'f13c5b8f79',
rxjava : '2.2.4',
rxjava : '2.2.5',
rxandroid : '2.1.0',
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 {
junit : '4.12',
hamcrest : '1.4-atlassian-1',
mockito : '2.23.4',
powermock : '2.0.0-RC.4',
powermock : '2.0.0',
robolectric : '4.1',
base64 : '2.3.9'
]
Expand All @@ -69,7 +69,7 @@ allprojects {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-rc03'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.4'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.5'
// https://s3.amazonaws.com/fabric-artifacts/public/io/fabric/tools/gradle/maven-metadata.xml
classpath 'io.fabric.tools:gradle:1.27.0'
}
Expand Down

0 comments on commit cd83641

Please sign in to comment.