Skip to content

Commit cd8de82

Browse files
committed
chore(*): Updated all the libraries
1 parent ea868a6 commit cd8de82

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

app/dependencies.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ext {
22
versions = [
3-
support : "27.0.0",
4-
firebase : '11.4.2',
5-
okHttp : "3.9.0",
3+
support : "27.0.2",
4+
firebase : '11.8.0',
5+
okHttp : "3.9.1",
66
retrofit : '2.3.0',
7-
dagger : '2.12',
7+
dagger : '2.14.1',
88
butterKnife : '8.8.1',
99
rxJava : '2.1.5',
1010
rxJavaAndroid : '2.0.1',
@@ -13,7 +13,7 @@ ext {
1313
traceur : '1.0.1',
1414
stetho : '1.5.0',
1515
timber : '4.5.1',
16-
glide : '4.2.0',
16+
glide : '4.4.0',
1717
chuck : '1.1.0',
1818
leakcanary : '1.5.4',
1919
sherlock : '1.0.4@aar',
@@ -22,7 +22,7 @@ ext {
2222
testRunner : '1.0.1',
2323
hamcrest : '1.3',
2424
restMock : '0.2.2',
25-
mockito : '2.10.0',
25+
mockito : '2.13.0',
2626
junit : '4.12',
2727
robolectric : '3.4.2',
2828
assertj : '1.2.0'

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ buildscript {
66
maven { url 'https://maven.fabric.io/public' }
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.0.0'
9+
classpath 'com.android.tools.build:gradle:3.0.1'
1010
//noinspection GradleDynamicVersion
1111
classpath 'io.fabric.tools:gradle:1.+'
12-
classpath 'com.google.gms:google-services:3.1.0'
13-
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
12+
classpath 'com.google.gms:google-services:3.1.2'
13+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
1414
}
1515
}
1616

config/quality/quality.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ findbugs {
1919
}
2020

2121
dependencies {
22-
checkstyle 'com.puppycrawl.tools:checkstyle:8.3'
22+
checkstyle 'com.puppycrawl.tools:checkstyle:8.5'
2323
}
2424

2525
def qualityConfigDir = "$project.rootDir/config/quality";

gradle/wrapper/gradle-wrapper.jar

4 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Oct 03 09:58:18 IST 2017
1+
#Thu Dec 21 11:38:13 IST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip

0 commit comments

Comments
 (0)