From a7f47a353a396e3da6a6e244d6326d6874280a0b Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 30 Nov 2024 04:20:34 +0000 Subject: [PATCH] Update Human Benchmark to 1.0.5 (15) --- 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 2328296dd9..de0fc0264e 100644 --- a/metadata/io.github.printn.humanbenchmark.yml +++ b/metadata/io.github.printn.humanbenchmark.yml @@ -118,10 +118,45 @@ Builds: - popd - mv $repo/Human-Benchmark io.github.printn.humanbenchmark + - versionName: 1.0.5 + versionCode: 15 + commit: 6cf207d44834f805787eba066ced8e6dee33c846 + 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.4 -CurrentVersionCode: 14 +CurrentVersion: 1.0.5 +CurrentVersionCode: 15