From a65d27454c3f332ca3779875cdb205c111be6d00 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 23 Nov 2024 04:25:56 +0000 Subject: [PATCH] Update Human Benchmark to 1.0.4 (14) --- metadata/io.github.printn.humanbenchmark.yml | 39 +++++++++++++++++++- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.printn.humanbenchmark.yml b/metadata/io.github.printn.humanbenchmark.yml index 24f231e3c6..2328296dd9 100644 --- a/metadata/io.github.printn.humanbenchmark.yml +++ b/metadata/io.github.printn.humanbenchmark.yml @@ -83,10 +83,45 @@ Builds: - popd - mv $repo/Human-Benchmark io.github.printn.humanbenchmark + - versionName: 1.0.4 + versionCode: 14 + commit: 322041f93960e473e2c6bff788cb0dc04162c0b8 + submodules: true + sudo: + - mkdir -p /home/hehe/Desktop/Apps/Mobile + - chown vagrant /home/hehe/Desktop/Apps/Mobile + output: build/app/outputs/flutter-apk/app-release.apk + rm: + - ios + prebuild: + - export repo=/home/hehe/Desktop/Apps/Mobile + - cd .. + - mv io.github.printn.humanbenchmark $repo/Human-Benchmark + - pushd $repo/Human-Benchmark + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/.flutter/bin/flutter config --no-analytics + - submodules/.flutter/bin/flutter packages pub get + - popd + - mv $repo/Human-Benchmark io.github.printn.humanbenchmark + scanignore: + - submodules/.flutter/bin/cache + scandelete: + - submodules/.flutter + - .pub-cache + build: + - export repo=/home/hehe/Desktop/Apps/Mobile + - cd .. + - mv io.github.printn.humanbenchmark $repo/Human-Benchmark + - pushd $repo/Human-Benchmark + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/.flutter/bin/flutter build apk + - popd + - mv $repo/Human-Benchmark io.github.printn.humanbenchmark + AllowedAPKSigningKeys: 3c79bfa4b783899314fb20d954739beb8a93a2ecf005d8d5a1644847c64fdf6d AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.0.3 -CurrentVersionCode: 13 +CurrentVersion: 1.0.4 +CurrentVersionCode: 14