Browse Source

upgrade glide to 4.13.2 (#2673)

pull/2676/head
Konrad Pozniak 4 years ago committed by GitHub
parent
commit
9beea540de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/build.gradle

4
app/build.gradle

@ -96,8 +96,8 @@ ext.coroutinesVersion = "1.6.4"
ext.lifecycleVersion = "2.5.1"
ext.roomVersion = '2.4.3'
ext.retrofitVersion = '2.9.0'
ext.okhttpVersion = '4.10.0'
ext.glideVersion = '4.13.1'
ext.okhttpVersion = '4.9.3'
ext.glideVersion = '4.13.2'
ext.daggerVersion = '2.43.2'
ext.materialdrawerVersion = '8.4.5'
ext.emoji2_version = '1.1.0'

Loading…
Cancel
Save