From 1a2c920ccaeeb84fa4107a248e92e61f3bcebc7b Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 3 Jun 2024 18:04:38 +0000 Subject: [PATCH] Update Orion Viewer to 0.93.4 (2262) --- .../universe.constellation.orion.viewer.yml | 76 ++++++++++++++++++- 1 file changed, 74 insertions(+), 2 deletions(-) diff --git a/metadata/universe.constellation.orion.viewer.yml b/metadata/universe.constellation.orion.viewer.yml index d0e7950f5f..cff673e94a 100644 --- a/metadata/universe.constellation.orion.viewer.yml +++ b/metadata/universe.constellation.orion.viewer.yml @@ -1092,6 +1092,78 @@ Builds: - nativeLibs ndk: 23.2.8568313 + - versionName: 0.93.4 + versionCode: 2259 + commit: aba41bbc13a82a025c302aaae7cc6f77ff813b27 + subdir: orion-viewer + sudo: + - apt-get update + - apt-get install -y make g++ pkg-config + gradle: + - yes + output: build/outputs/apk/release/orion-viewer-$$VERSION$$-armeabi-v7a-release-unsigned.apk + prebuild: + - sed -i -e '/gms/d' -e '/firebase/d' build.gradle ../build.gradle + - cd .. + - gradle -b thirdparty_build.gradle downloadAndPatchDjvu downloadAndMakeMupdf + scandelete: + - nativeLibs + ndk: 23.2.8568313 + + - versionName: 0.93.4 + versionCode: 2260 + commit: aba41bbc13a82a025c302aaae7cc6f77ff813b27 + subdir: orion-viewer + sudo: + - apt-get update + - apt-get install -y make g++ pkg-config + gradle: + - yes + output: build/outputs/apk/release/orion-viewer-$$VERSION$$-x86-release-unsigned.apk + prebuild: + - sed -i -e '/gms/d' -e '/firebase/d' build.gradle ../build.gradle + - cd .. + - gradle -b thirdparty_build.gradle downloadAndPatchDjvu downloadAndMakeMupdf + scandelete: + - nativeLibs + ndk: 23.2.8568313 + + - versionName: 0.93.4 + versionCode: 2261 + commit: aba41bbc13a82a025c302aaae7cc6f77ff813b27 + subdir: orion-viewer + sudo: + - apt-get update + - apt-get install -y make g++ pkg-config + gradle: + - yes + output: build/outputs/apk/release/orion-viewer-$$VERSION$$-x86_64-release-unsigned.apk + prebuild: + - sed -i -e '/gms/d' -e '/firebase/d' build.gradle ../build.gradle + - cd .. + - gradle -b thirdparty_build.gradle downloadAndPatchDjvu downloadAndMakeMupdf + scandelete: + - nativeLibs + ndk: 23.2.8568313 + + - versionName: 0.93.4 + versionCode: 2262 + commit: aba41bbc13a82a025c302aaae7cc6f77ff813b27 + subdir: orion-viewer + sudo: + - apt-get update + - apt-get install -y make g++ pkg-config + gradle: + - yes + output: build/outputs/apk/release/orion-viewer-$$VERSION$$-arm64-v8a-release-unsigned.apk + prebuild: + - sed -i -e '/gms/d' -e '/firebase/d' build.gradle ../build.gradle + - cd .. + - gradle -b thirdparty_build.gradle downloadAndPatchDjvu downloadAndMakeMupdf + scandelete: + - nativeLibs + ndk: 23.2.8568313 + AutoUpdateMode: Version UpdateCheckMode: Tags VercodeOperation: @@ -1100,5 +1172,5 @@ VercodeOperation: - 3 + %c - 4 + %c UpdateCheckData: orion-viewer/version.properties|orion\.version\.code\s*=\s*([0-9]+)|.|orion.version.name\s*=\s*(.+) -CurrentVersion: 0.93.3 -CurrentVersionCode: 2254 +CurrentVersion: 0.93.4 +CurrentVersionCode: 2262