From 37310e5b557fff6cbbd65b6f4e9cb4384d164412 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 21 Feb 2023 14:57:23 +0000 Subject: [PATCH] Update Open Markdown Notes (legacy mode) to 00.33.00 (3300) --- metadata/net.basov.omn.fdroid.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/net.basov.omn.fdroid.yml b/metadata/net.basov.omn.fdroid.yml index ef4a51b789..320cd66f47 100644 --- a/metadata/net.basov.omn.fdroid.yml +++ b/metadata/net.basov.omn.fdroid.yml @@ -52,10 +52,23 @@ Builds: - sed -i -e '/versionNameSuffix/d' build.gradle - git submodule update --init --recursive + - versionName: 00.33.00 + versionCode: 3300 + commit: a815fc5fa712715f5e14ea0d5798a4941ecf9f88 + subdir: app + sudo: + - apt-get update + - apt-get install -y nodejs npm node-uglify make wget ruby-mustache + gradle: + - yes + prebuild: + - sed -i -e '/versionNameSuffix/d' build.gradle + - git submodule update --init --recursive + MaintainerNotes: We clone submodules in recipe as host git fsck config might interfere AutoUpdateMode: Version UpdateCheckMode: Tags v[\d.]+f UpdateCheckName: net.basov.omn -CurrentVersion: 00.32.00 -CurrentVersionCode: 3200 +CurrentVersion: 00.33.00 +CurrentVersionCode: 3300