aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-19 21:56:44 -0800
committerGitHub <noreply@github.com>2021-11-19 21:56:44 -0800
commitb9dbef403e4c57b9c252d8b97b10c30d33075ac7 (patch)
treeb2fdca4b31a5aa9001e97094e2639d06f475ea90 /app/build.gradle
parent888af190ed4fc0ebf492088e54d81cf45fa50549 (diff)
parent2febf338614e318ad39ed4a2960a351fb3875c43 (diff)
downloadfrost-b9dbef403e4c57b9c252d8b97b10c30d33075ac7.tar.gz
frost-b9dbef403e4c57b9c252d8b97b10c30d33075ac7.tar.bz2
frost-b9dbef403e4c57b9c252d8b97b10c30d33075ac7.zip
Merge pull request #1855 from AllanWang/image-loading
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8779069a..2655f695 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:${Versions.bigImageViewer}"
+ implementation "com.github.piasy:GlideImageLoader:${Versions.bigImageViewer}"
+ implementation "com.github.piasy:GlideImageViewFactory:${Versions.bigImageViewer}"
+
implementation kau.Dependencies.hilt
kapt kau.Dependencies.hiltCompiler
testImplementation kau.Dependencies.hiltTest
@@ -314,8 +318,6 @@ 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 "androidx.room:room-ktx:${Versions.room}"
implementation "androidx.room:room-runtime:${Versions.room}"
kapt "androidx.room:room-compiler:${Versions.room}"