From e45f80451a911d0a07ff2b3f892ff0b31aa19e92 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Mon, 21 Jul 2025 05:12:45 +0000 Subject: [PATCH] Update OpenDocument Reader to 3.36 (190) --- metadata/at.tomtasche.reader.yml | 44 ++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/metadata/at.tomtasche.reader.yml b/metadata/at.tomtasche.reader.yml index c8f6037191..affc132113 100644 --- a/metadata/at.tomtasche.reader.yml +++ b/metadata/at.tomtasche.reader.yml @@ -445,8 +445,48 @@ Builds: ui/*/*.java ui/*.java; done ndk: 26.3.11579264 + - versionName: '3.36' + versionCode: 190 + commit: v3.36 + 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) + - git -C $$conan-odr-index$$ checkout $(git log -1 --before=$date main) + - 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 '/INTERNET/d' -e '/^ nonfree/${class}.java; sed -i -e "/${class}\./Id" background/*.java + ui/*/*.java ui/*.java; done + ndk: 26.3.11579264 + AutoUpdateMode: Version v%v UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/opendocument-app/OpenDocument.droid/master/app/src/main/AndroidManifest.xml|versionCode="(\d+)|.|versionName="([\d.]+) -CurrentVersion: '3.35' -CurrentVersionCode: 189 +CurrentVersion: '3.36' +CurrentVersionCode: 190