Update hacki to 0.2.12 (51)

This commit is contained in:
F-Droid checkupdates bot 2022-06-02 04:06:55 +00:00
parent 39ef341830
commit 108e1f5cb0

View file

@ -178,8 +178,26 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.2.12
versionCode: 51
commit: c4c109e4a355bad859db1087b45e1aec14d46816
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.11
CurrentVersionCode: 49
CurrentVersion: 0.2.12
CurrentVersionCode: 51