summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-28 16:20:14 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-28 16:20:14 +0100
commitb72964c8516bd20e27d471e58bd4de06d2033ede (patch)
tree4de6e5f658e18ea68307d15548326713941e638f /app/build.gradle
parent3e16d0c3100925078413282737a60212a731addb (diff)
Fix emoji not displayed
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 566df8e74..b4602f0ef 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -109,7 +109,7 @@ dependencies {
implementation("com.vanniktech:android-image-cropper:4.3.3")
annotationProcessor "com.github.bumptech.glide:compiler:4.12.0"
implementation 'jp.wasabeef:glide-transformations:4.3.0'
- implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.24.0'
+ implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.23.0'
implementation 'com.google.android.exoplayer:exoplayer:2.18.1'
implementation "androidx.viewpager2:viewpager2:1.0.0"
implementation 'com.github.piasy:rxandroidaudio:1.7.0'