Skip to content

Commit

Permalink
chore(*): Updated the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ravidsrk committed Sep 25, 2018
1 parent bd214b4 commit 95a354e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/dependencies.gradle
@@ -1,35 +1,35 @@
ext {
versions = [
support : "27.1.0",
firebase : '15.0.0',
support : "28.0.0",
firebase : '16.0.3',
moshi : "1.5.0",
okHttp : "3.10.0",
okHttp : "3.11.0",
retrofit : '2.4.0',
dagger : '2.15',
dagger : '2.17',
butterKnife : '8.8.1',
rxKotlin : '2.2.0',
rxAndroid : '2.0.2',
rxKotlin : '2.3.0',
rxAndroid : '2.1.0',
rxPermissions : '0.9.4@aar',
sqlbrite : '1.1.2',
traceur : '1.0.1',
stetho : '1.5.0',
timber : '4.7.0',
glide : '4.7.1',
timber : '4.7.1',
glide : '4.8.0',
sherlock : '1.0.4@aar',

espresso : '3.0.1',
espresso : '3.0.2',
testRunner : '1.0.1',
hamcrest : '1.4-atlassian-1',
restMock : '0.3.1',
mockito : '2.18.3',
mockito : '2.22.0',
junit : '4.12',
robolectric : '3.8',
assertj : '1.2.0',
powerMock : '1.6.6',
leakcanary : '1.5.4',
leakcanary : '1.6.1',
stethOkhttp : '1.5.0',
multiDex : '1.0.3',
mockitoKotlin : '1.5.0'
mockitoKotlin : '1.6.0'
]

mockito = [mockito: "org.mockito:mockito-core:$versions.mockito"]
Expand Down

0 comments on commit 95a354e

Please sign in to comment.