aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-19 20:30:19 -0800
committerAllan Wang <me@allanwang.ca>2021-11-19 20:30:19 -0800
commit8c343fd09cdf80cfbcdf49fd5cc72bec759478cf (patch)
tree1c3a34641b44ca6f435c7a9979de77abc1669234 /app/build.gradle
parent888af190ed4fc0ebf492088e54d81cf45fa50549 (diff)
downloadfrost-8c343fd09cdf80cfbcdf49fd5cc72bec759478cf.tar.gz
frost-8c343fd09cdf80cfbcdf49fd5cc72bec759478cf.tar.bz2
frost-8c343fd09cdf80cfbcdf49fd5cc72bec759478cf.zip
Test image activity
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8779069a..ba0b2018 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -274,6 +274,10 @@ dependencies {
implementation "androidx.biometric:biometric:${Versions.andxBiometric}"
+ implementation 'com.github.piasy:BigImageViewer:1.8.1'
+ implementation 'com.github.piasy:GlideImageLoader:1.8.1'
+ implementation 'com.github.piasy:GlideImageViewFactory:1.8.1'
+
implementation kau.Dependencies.hilt
kapt kau.Dependencies.hiltCompiler
testImplementation kau.Dependencies.hiltTest
@@ -314,7 +318,7 @@ dependencies {
testImplementation "com.squareup.okhttp3:mockwebserver:${Versions.okhttp}"
androidTestImplementation "com.squareup.okhttp3:mockwebserver:${Versions.okhttp}"
- implementation "com.davemorrissey.labs:subsampling-scale-image-view:${Versions.scaleImageView}"
+// implementation "com.davemorrissey.labs:subsampling-scale-image-view:${Versions.scaleImageView}"
implementation "androidx.room:room-ktx:${Versions.room}"
implementation "androidx.room:room-runtime:${Versions.room}"