Skip to content

Commit 1653a3c

Browse files
committed
Update dependencies
1 parent b25fcbc commit 1653a3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/versions.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
javaVersion = JavaVersion.VERSION_1_8
1414

1515
// Gradle
16-
gradleVersion = "6.0"
16+
gradleVersion = "6.0.1"
1717

1818
// Core plugins
1919
androidPluginVersion = "3.6.0-beta04"
@@ -69,7 +69,7 @@ ext {
6969
materialDialogsVersion = "3.1.1"
7070
flexboxVersion = "1.1.1"
7171
emojiIosVersion = "489bd66043"
72-
exoplayerVersion = "2.10.7"
72+
exoplayerVersion = "2.10.8"
7373
previewSeekbarVersion = "09eec85551"
7474
materialProgressBarVersion = "1.6.1"
7575
materialRatingBarVersion = "1005cd342e"
@@ -86,7 +86,7 @@ ext {
8686
retrofitVersion = "2.6.2"
8787
okHttpVersion = "4.2.2"
8888
okioVersion = "2.4.1"
89-
moshiVersion = "1.9.1"
89+
moshiVersion = "1.9.2"
9090
easyHeaderFooterAdapterVersion = "3.0.0"
9191
kOptionalVersion = "1.6.0"
9292
kotterknifeVersion = "2.0"
@@ -98,7 +98,7 @@ ext {
9898
// Debugging
9999
customActivityOnCrashVersion = "2.2.0"
100100
strictModeCompatVersion = "29.0.0"
101-
leakCanaryVersion = "2.0-beta-3"
101+
leakCanaryVersion = "2.0-beta-4"
102102
anrWatchdogVersion = "1.4.0"
103103
timberVersion = "4.7.1"
104104
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)