mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
chore: bump freso for 16KB page size compatibility and fix build issues
This commit is contained in:
parent
6a5a1104ee
commit
c0cffd4cbb
3 changed files with 5 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ dexterVersion = "5.0.0"
|
|||
espresso = "3.6.1"
|
||||
exifinterface = "1.3.7"
|
||||
fragmentTesting = "1.6.2"
|
||||
frescoVersion = "1.13.0"
|
||||
frescoVersion = "3.6.0"
|
||||
commonsLang3Version = "3.8.1"
|
||||
glide = "4.12.0"
|
||||
gson = "2.8.5"
|
||||
|
|
@ -126,6 +126,7 @@ dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref =
|
|||
|
||||
# Image loading
|
||||
facebook-fresco = { module = "com.facebook.fresco:fresco", version.ref = "frescoVersion" }
|
||||
facebook-fresco-middleware = { module = "com.facebook.fresco:middleware", version.ref = "frescoVersion" }
|
||||
glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" }
|
||||
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
||||
kotlinx-coroutines-rx2 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx2", version.ref = "kotlinxCoroutinesRx2" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue