From 42143a1f9b538e943d3f31caa96604fef44824d0 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 14 Jul 2025 05:08:15 +0000 Subject: [PATCH] Update OpenDocument Reader to 3.35 (189) --- metadata/at.tomtasche.reader.yml | 42 ++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/metadata/at.tomtasche.reader.yml b/metadata/at.tomtasche.reader.yml index 8967edabe7..c8f6037191 100644 --- a/metadata/at.tomtasche.reader.yml +++ b/metadata/at.tomtasche.reader.yml @@ -407,8 +407,46 @@ Builds: ui/*/*.java ui/*.java; done ndk: 26.3.11579264 + - versionName: '3.35' + versionCode: 189 + commit: v3.35 + 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@455b0c03e031d0ae3e8fbfa7b8a6fb92ba491b34 + prebuild: + - 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.34' -CurrentVersionCode: 188 +CurrentVersion: '3.35' +CurrentVersionCode: 189