Update Hacki to 0.2.24 (66)

This commit is contained in:
F-Droid checkupdates bot 2022-06-28 04:12:46 +00:00
parent 71b165dbaa
commit 89c144ee60

View file

@ -358,8 +358,26 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.2.24
versionCode: 66
commit: f0d6cac3fd3b976a4fccadeb007ff6c3a9273ffe
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.23
CurrentVersionCode: 65
CurrentVersion: 0.2.24
CurrentVersionCode: 66