Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
fix: Update glide dependency
Browse files Browse the repository at this point in the history
timusus#491

Upstream
  • Loading branch information
barbeau committed Jun 4, 2020
1 parent 8b6ab08 commit c9b73da
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 c9b73da

Please sign in to comment.