mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-29 21:37:56 +01:00
Actually use latest Glide version. Minor doc fix
This commit is contained in:
@@ -170,9 +170,10 @@ dependencies {
|
||||
compile "uy.kohesive.injekt:injekt-core:1.16.1"
|
||||
|
||||
// Image library
|
||||
compile 'com.github.bumptech.glide:glide:4.1.1'
|
||||
compile 'com.github.bumptech.glide:okhttp3-integration:4.1.1'
|
||||
kapt 'com.github.bumptech.glide:compiler:4.1.1'
|
||||
final glide_version = '4.2.0'
|
||||
compile "com.github.bumptech.glide:glide:$glide_version"
|
||||
compile "com.github.bumptech.glide:okhttp3-integration:$glide_version"
|
||||
kapt "com.github.bumptech.glide:compiler:$glide_version"
|
||||
|
||||
// Transformations
|
||||
compile 'jp.wasabeef:glide-transformations:3.0.1'
|
||||
|
||||
Reference in New Issue
Block a user