Update hacki to 0.2.8 (45)

This commit is contained in:
F-Droid checkupdates bot 2022-05-24 04:17:12 +00:00
parent 2c0e7c3e43
commit 7057c1f5ba

View file

@ -124,8 +124,26 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.2.8
versionCode: 45
commit: e8c4e2b653ad7d87e545d68d0bd0ad2540afe134
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@3.0.0
rm:
- ios
- test
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.2.7
CurrentVersionCode: 42
CurrentVersion: 0.2.8
CurrentVersionCode: 45