chore(release): v0.1.3 (+5) — reproducible developer-signed F-Droid
This commit is contained in:
parent
1a826477f2
commit
b76083be57
2 changed files with 12 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
name: tane
|
name: tane
|
||||||
description: "Tane — local-first, encrypted, decentralized traditional-seed inventory and market."
|
description: "Tane — local-first, encrypted, decentralized traditional-seed inventory and market."
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.1.2+4
|
version: 0.1.3+5
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.11.5
|
sdk: ^3.11.5
|
||||||
|
|
|
||||||
|
|
@ -28,9 +28,9 @@ AllowedAPKSigningKeys: ddfae432091b8248a8a4a1b353487fa626301f4357ef835e94ec312f6
|
||||||
# APK F-Droid verifies against, uploaded to the Forgejo release by
|
# APK F-Droid verifies against, uploaded to the Forgejo release by
|
||||||
# .forgejo/workflows/release.yml on the `v*` tag.
|
# .forgejo/workflows/release.yml on the `v*` tag.
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.1.2
|
- versionName: 0.1.3
|
||||||
versionCode: 41
|
versionCode: 51
|
||||||
commit: v0.1.2
|
commit: v0.1.3
|
||||||
subdir: apps/app_seeds
|
subdir: apps/app_seeds
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -50,9 +50,9 @@ Builds:
|
||||||
- export PATH="/opt/flutter/bin:$PATH"
|
- export PATH="/opt/flutter/bin:$PATH"
|
||||||
- flutter build apk --release --split-per-abi --target-platform=android-arm
|
- flutter build apk --release --split-per-abi --target-platform=android-arm
|
||||||
|
|
||||||
- versionName: 0.1.2
|
- versionName: 0.1.3
|
||||||
versionCode: 42
|
versionCode: 52
|
||||||
commit: v0.1.2
|
commit: v0.1.3
|
||||||
subdir: apps/app_seeds
|
subdir: apps/app_seeds
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -72,9 +72,9 @@ Builds:
|
||||||
- export PATH="/opt/flutter/bin:$PATH"
|
- export PATH="/opt/flutter/bin:$PATH"
|
||||||
- flutter build apk --release --split-per-abi --target-platform=android-arm64
|
- flutter build apk --release --split-per-abi --target-platform=android-arm64
|
||||||
|
|
||||||
- versionName: 0.1.2
|
- versionName: 0.1.3
|
||||||
versionCode: 43
|
versionCode: 53
|
||||||
commit: v0.1.2
|
commit: v0.1.3
|
||||||
subdir: apps/app_seeds
|
subdir: apps/app_seeds
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -97,5 +97,5 @@ Builds:
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags v[\d.]+
|
UpdateCheckMode: Tags v[\d.]+
|
||||||
UpdateCheckData: apps/app_seeds/pubspec.yaml|version:\s*[\d.]+\+(\d+)|apps/app_seeds/pubspec.yaml|version:\s*([\d.]+)\+
|
UpdateCheckData: apps/app_seeds/pubspec.yaml|version:\s*[\d.]+\+(\d+)|apps/app_seeds/pubspec.yaml|version:\s*([\d.]+)\+
|
||||||
CurrentVersion: 0.1.2
|
CurrentVersion: 0.1.3
|
||||||
CurrentVersionCode: 43
|
CurrentVersionCode: 53
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue