From 79840b098fe9b92ac468e964c7811a0aa6e7c778 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 13 Feb 2025 22:03:55 +0100 Subject: [PATCH] #1011 updated androidsvg to latest master --- CHANGELOG.md | 1 + android/app/build.gradle | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abd7cddb7..243fc7f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. ### Fixed - opening motion photo embedded video when video track is not the first one +- some SVG rendering issues ## [v1.12.3] - 2025-02-06 diff --git a/android/app/build.gradle b/android/app/build.gradle index e4c756d3b..14cb0c62e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -161,7 +161,6 @@ dependencies { implementation 'androidx.security:security-crypto:1.1.0-alpha06' implementation 'androidx.work:work-runtime-ktx:2.10.0' - implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.commonsware.cwac:document:0.5.0' implementation 'com.drewnoakes:metadata-extractor:2.19.0' implementation "com.github.bumptech.glide:glide:$glide_version" @@ -171,9 +170,11 @@ dependencies { // forked, built by JitPack: // - https://jitpack.io/p/deckerst/Android-TiffBitmapFactory + // - https://jitpack.io/p/deckerst/androidsvg // - https://jitpack.io/p/deckerst/mp4parser // - https://jitpack.io/p/deckerst/pixymeta-android implementation 'com.github.deckerst:Android-TiffBitmapFactory:3ed067f021' + implementation 'com.github.deckerst:androidsvg:3c9bd08bd8' implementation 'com.github.deckerst.mp4parser:isoparser:d5caf7a3dd' implementation 'com.github.deckerst.mp4parser:muxer:d5caf7a3dd' implementation 'com.github.deckerst:pixymeta-android:71eee77dc4'