Merge changes from Infinity

This commit merges the changes that were made in the upstream infinity repo
This commit is contained in:
Balazs Toldi
2023-10-27 15:10:00 +02:00
parent 262d9f02ba
commit 4397e09016
182 changed files with 12490 additions and 11105 deletions

View File

@@ -232,7 +232,7 @@ dependencies {
implementation 'com.github.santalu:aspect-ratio-imageview:1.0.9'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.23'
def bivVersion = "1.8.1"
implementation "com.github.piasy:BigImageViewer:bivVersion"
implementation "com.github.piasy:BigImageViewer:$bivVersion"
implementation "com.github.piasy:GlideImageLoader:$bivVersion"
implementation "com.github.piasy:GlideImageViewFactory:$bivVersion"
@@ -271,6 +271,8 @@ dependencies {
implementation 'com.otaliastudios:zoomlayout:1.9.0'
implementation 'androidx.core:core-splashscreen:1.0.1'
/**** Builds and flavors ****/
// debugImplementation because LeakCanary should only run in debug builds.