chore(release): v0.1.3 (+5) — reproducible developer-signed F-Droid
This commit is contained in:
parent
1a826477f2
commit
36d5c12bb2
2 changed files with 12 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
name: tane
|
||||
description: "Tane — local-first, encrypted, decentralized traditional-seed inventory and market."
|
||||
publish_to: 'none'
|
||||
version: 0.1.2+4
|
||||
version: 0.1.3+5
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.5
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue