Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #492 from Excuta/#491-glide-bug
Browse files Browse the repository at this point in the history
Fixed a bug where the application wouldn't build because glide 3.8.0-…
  • Loading branch information
timusus committed Jun 14, 2020
2 parents c1080f2 + bf12592 commit b4cd6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
const val crashlytics = "2.9.9"
const val dashClockApi = "2.0.0"
const val fastScroll = "1.0.20"
const val glide = "3.8.0-SNAPSHOT"
const val glide = "3.8.0"
const val glideOkhttp = "1.4.0@aar"
const val materialDialogs = "0.9.6.0"
const val permiso = "0.3.0"
Expand Down

0 comments on commit b4cd6f0

Please sign in to comment.