From 799006faa6ec1bddc85ad15ae95e8e65010f8c16 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Wed, 5 Nov 2025 06:01:19 +0000 Subject: [PATCH] Update Human Benchmark to 1.1.0 (20) --- metadata/io.github.printn.humanbenchmark.yml | 37 ++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.printn.humanbenchmark.yml b/metadata/io.github.printn.humanbenchmark.yml index 6f1fc376cc..2dfea70d3e 100644 --- a/metadata/io.github.printn.humanbenchmark.yml +++ b/metadata/io.github.printn.humanbenchmark.yml @@ -293,10 +293,43 @@ Builds: - popd - mv $repo/Human-Benchmark io.github.printn.humanbenchmark + - versionName: 1.1.0 + versionCode: 20 + commit: 125c02668ddb1c4e06692af6b4434e9926935160 + 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 + 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.9 -CurrentVersionCode: 19 +CurrentVersion: 1.1.0 +CurrentVersionCode: 20