Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 19, 2019
1 parent b25fcbc commit 1653a3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
javaVersion = JavaVersion.VERSION_1_8

// Gradle
gradleVersion = "6.0"
gradleVersion = "6.0.1"

// Core plugins
androidPluginVersion = "3.6.0-beta04"
Expand Down Expand Up @@ -69,7 +69,7 @@ ext {
materialDialogsVersion = "3.1.1"
flexboxVersion = "1.1.1"
emojiIosVersion = "489bd66043"
exoplayerVersion = "2.10.7"
exoplayerVersion = "2.10.8"
previewSeekbarVersion = "09eec85551"
materialProgressBarVersion = "1.6.1"
materialRatingBarVersion = "1005cd342e"
Expand All @@ -86,7 +86,7 @@ ext {
retrofitVersion = "2.6.2"
okHttpVersion = "4.2.2"
okioVersion = "2.4.1"
moshiVersion = "1.9.1"
moshiVersion = "1.9.2"
easyHeaderFooterAdapterVersion = "3.0.0"
kOptionalVersion = "1.6.0"
kotterknifeVersion = "2.0"
Expand All @@ -98,7 +98,7 @@ ext {
// Debugging
customActivityOnCrashVersion = "2.2.0"
strictModeCompatVersion = "29.0.0"
leakCanaryVersion = "2.0-beta-3"
leakCanaryVersion = "2.0-beta-4"
anrWatchdogVersion = "1.4.0"
timberVersion = "4.7.1"
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1653a3c

Please sign in to comment.