Update hacki to 0.2.4 (38)

This commit is contained in:
F-Droid checkupdates bot 2022-05-07 04:03:34 +00:00
parent e1bd9a4654
commit 4448fd2122

View file

@ -70,8 +70,26 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.2.4
versionCode: 38
commit: bfbc80b56baae02eeb7625f32bcbcf52993e3f5c
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@2.10.1
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.3
CurrentVersionCode: 37
CurrentVersion: 0.2.4
CurrentVersionCode: 38