From 577bc0cd92aeb9650680db648c6cb7b8e67d2eaf Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Wed, 3 Dec 2025 04:40:38 +0000 Subject: [PATCH] Update OpenDocument Reader to 4.1 (197) --- metadata/at.tomtasche.reader.yml | 46 ++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/metadata/at.tomtasche.reader.yml b/metadata/at.tomtasche.reader.yml index b65f65dba2..36155148b3 100644 --- a/metadata/at.tomtasche.reader.yml +++ b/metadata/at.tomtasche.reader.yml @@ -448,8 +448,50 @@ Builds: ui/*/*.java ui/*.java; done ndk: r28b + - versionName: '4.1' + versionCode: 197 + commit: 766389d61333e51ae12fb90ce2ea9278c1e1f672 + subdir: app + sudo: + - apt-get update + - apt-get install -y cmake make ninja-build pipx + - PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install conan + gradle: + - pro + srclibs: + - conan-odr-index@8ec140a221791147797063e2112376de58bd01ac + prebuild: + - date=$(git show --format=%ad --no-patch --no-notes) + - pushd $$conan-odr-index$$ + - git fetch origin + - git checkout $(git rev-list -1 --before="$date" origin/main) + - popd + - conan remote remove "*" + - conan remote add odr $$conan-odr-index$$ + - conan remote add conancenter https://center2.conan.io + - conan profile detect + - sed -i -e '/gms/d' -e '/firebase/d' -e 's/build=missing/build=*/' {.,..}/build.gradle + - sed -i -e '/com.google.android.play/d' -e '/ump/d' -e '/pro"/d' build.gradle + - sed -i -e '/^ nonfree/${class}.java; sed -i -e "/${class}\./Id" background/*.java + ui/*/*.java ui/*.java; done + ndk: r28b + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: app/src/main/AndroidManifest.xml|versionCode="(\d+)|.|versionName="([\d.]+) -CurrentVersion: '4.0' -CurrentVersionCode: 196 +CurrentVersion: '4.1' +CurrentVersionCode: 197