mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 13:08:00 +01:00
updating some libraries
This commit is contained in:
parent
d06a01ea32
commit
518126de3a
1 changed files with 5 additions and 5 deletions
|
@ -62,12 +62,12 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:5.19.15'
|
implementation 'com.simplemobiletools:commons:5.20.2'
|
||||||
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
||||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.18'
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.18'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3'
|
||||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6'
|
implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6'
|
||||||
implementation 'com.google.vr:sdk-panowidget:1.180.0'
|
implementation 'com.google.vr:sdk-panowidget:1.180.0'
|
||||||
implementation 'com.google.vr:sdk-videowidget:1.180.0'
|
implementation 'com.google.vr:sdk-videowidget:1.180.0'
|
||||||
|
@ -80,7 +80,7 @@ dependencies {
|
||||||
|
|
||||||
kapt 'com.github.bumptech.glide:compiler:4.10.0'
|
kapt 'com.github.bumptech.glide:compiler:4.10.0'
|
||||||
|
|
||||||
kapt 'androidx.room:room-compiler:2.2.1'
|
kapt 'androidx.room:room-compiler:2.2.2'
|
||||||
implementation 'androidx.room:room-runtime:2.2.1'
|
implementation 'androidx.room:room-runtime:2.2.2'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.2.1'
|
annotationProcessor 'androidx.room:room-compiler:2.2.2'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue