Update hacki to 0.2.7 (42)

This commit is contained in:
F-Droid checkupdates bot 2022-05-22 04:24:00 +00:00
parent c814083620
commit 5f953f346a

View file

@ -106,8 +106,26 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.2.7
versionCode: 42
commit: 553335d8dc512304792b330be96dc552ec44a718
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.6
CurrentVersionCode: 40
CurrentVersion: 0.2.7
CurrentVersionCode: 42