chore(release): v0.1.3 (+5) — reproducible developer-signed F-Droid
All checks were successful
ci / test-commons-core (push) Successful in 1m0s
ci / analyze (push) Successful in 1m55s
site / deploy (push) Successful in 34s
ci / test-app-seeds (push) Successful in 11m39s
release / android (push) Successful in 24m33s

This commit is contained in:
vjrj 2026-07-19 00:03:53 +02:00
parent 1a826477f2
commit b76083be57
2 changed files with 12 additions and 12 deletions

View file

@ -28,9 +28,9 @@ AllowedAPKSigningKeys: ddfae432091b8248a8a4a1b353487fa626301f4357ef835e94ec312f6
# APK F-Droid verifies against, uploaded to the Forgejo release by
# .forgejo/workflows/release.yml on the `v*` tag.
Builds:
- versionName: 0.1.2
versionCode: 41
commit: v0.1.2
- versionName: 0.1.3
versionCode: 51
commit: v0.1.3
subdir: apps/app_seeds
sudo:
- apt-get update
@ -50,9 +50,9 @@ Builds:
- export PATH="/opt/flutter/bin:$PATH"
- flutter build apk --release --split-per-abi --target-platform=android-arm
- versionName: 0.1.2
versionCode: 42
commit: v0.1.2
- versionName: 0.1.3
versionCode: 52
commit: v0.1.3
subdir: apps/app_seeds
sudo:
- apt-get update
@ -72,9 +72,9 @@ Builds:
- export PATH="/opt/flutter/bin:$PATH"
- flutter build apk --release --split-per-abi --target-platform=android-arm64
- versionName: 0.1.2
versionCode: 43
commit: v0.1.2
- versionName: 0.1.3
versionCode: 53
commit: v0.1.3
subdir: apps/app_seeds
sudo:
- apt-get update
@ -97,5 +97,5 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags v[\d.]+
UpdateCheckData: apps/app_seeds/pubspec.yaml|version:\s*[\d.]+\+(\d+)|apps/app_seeds/pubspec.yaml|version:\s*([\d.]+)\+
CurrentVersion: 0.1.2
CurrentVersionCode: 43
CurrentVersion: 0.1.3
CurrentVersionCode: 53