From 3a2712ac55412d5733886e94f32fddbd43e809a9 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 30 Sep 2021 10:57:47 +0900 Subject: [PATCH] #73 fixed crash from pixy-meta using log4j stripped from release --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 41223bc91..db870d617 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -123,7 +123,7 @@ dependencies { // https://jitpack.io/p/deckerst/Android-TiffBitmapFactory implementation 'com.github.deckerst:Android-TiffBitmapFactory:876e53870a' // forked, built by JitPack // https://jitpack.io/p/deckerst/pixymeta-android - implementation 'com.github.deckerst:pixymeta-android:082ed1dafc' // forked, built by JitPack + implementation 'com.github.deckerst:pixymeta-android:50d441c1d0' // forked, built by JitPack implementation 'com.github.bumptech.glide:glide:4.12.0' kapt 'androidx.annotation:annotation:1.2.0'