android: animated images support (#1038)

* Animated images support

* Provide correct mime type when saving an image

* Higher limit size for images auto download
This commit is contained in:
Stanislav Dmitrenko
2022-09-13 00:47:44 +03:00
committed by GitHub
parent 9ff7dc8977
commit bf0fdf6d42
7 changed files with 137 additions and 18 deletions

View File

@@ -119,6 +119,10 @@ dependencies {
// Biometric authentication
implementation 'androidx.biometric:biometric:1.2.0-alpha04'
// GIFs support
implementation "io.coil-kt:coil-compose:2.1.0"
implementation "io.coil-kt:coil-gif:2.1.0"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'