From 41567e075d585b473b7f9965326fd53a6fd3b77f Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Thu, 6 Oct 2022 10:01:17 +0200 Subject: [PATCH] Fix fdroid lint --- metadata/com.abhinavmarwaha.lifehq.yml | 4 ++-- metadata/com.abhinavmarwaha.wrotto.yml | 4 ++-- metadata/com.termux.gui.yml | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/metadata/com.abhinavmarwaha.lifehq.yml b/metadata/com.abhinavmarwaha.lifehq.yml index 646f4efd89..7ef611389e 100644 --- a/metadata/com.abhinavmarwaha.lifehq.yml +++ b/metadata/com.abhinavmarwaha.lifehq.yml @@ -79,8 +79,8 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk --flavor fdroid -AutoUpdateMode: Version -UpdateCheckMode: Tags +AutoUpdateMode: None +UpdateCheckMode: None UpdateCheckData: version.txt|versionCode=(.*)|.|versionName=(.*) CurrentVersion: 0.7.0 CurrentVersionCode: 9 diff --git a/metadata/com.abhinavmarwaha.wrotto.yml b/metadata/com.abhinavmarwaha.wrotto.yml index 0cf394f5b1..84ad276839 100644 --- a/metadata/com.abhinavmarwaha.wrotto.yml +++ b/metadata/com.abhinavmarwaha.wrotto.yml @@ -66,8 +66,8 @@ MaintainerNotes: |- Builds will fail when the srclib ref of flutter and the version with which upstream has been built (https://github.com/flutter/flutter/tree/1.22.5) with differ. -AutoUpdateMode: Version -UpdateCheckMode: Tags +AutoUpdateMode: None +UpdateCheckMode: None UpdateCheckData: version.txt|versionCode=(.*)|.|versionName=(.*) CurrentVersion: 0.6.1 CurrentVersionCode: 6 diff --git a/metadata/com.termux.gui.yml b/metadata/com.termux.gui.yml index cdcac6c52d..adb5af155e 100644 --- a/metadata/com.termux.gui.yml +++ b/metadata/com.termux.gui.yml @@ -46,7 +46,8 @@ Builds: - update-alternatives --auto java gradle: - yes - prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.10.2.4988404' + prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager + 'cmake;3.10.2.4988404' ndk: r23b AutoUpdateMode: Version