Update some libraries

This commit is contained in:
Torsten Grote
2022-09-14 18:30:30 -03:00
parent f395ab1cb5
commit 4a65bc1726
12 changed files with 259 additions and 466 deletions

View File

@@ -105,7 +105,7 @@ dependencies {
implementation 'androidx.fragment:fragment:1.3.4'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.exifinterface:exifinterface:1.3.3'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.android.material:material:1.3.0'
@@ -119,7 +119,7 @@ dependencies {
implementation 'com.vanniktech:emoji-google:0.7.0' // newer versions need minSdk 21
implementation 'com.github.kobakei:MaterialFabSpeedDial:1.2.1'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
def glideVersion = '4.11.0'
def glideVersion = '4.12.0'
implementation("com.github.bumptech.glide:glide:$glideVersion") {
exclude group: 'com.android.support'
exclude module: 'disklrucache' // when there's no disk cache, we can't accidentally use it