Update hacki to 0.2.5 (39)

This commit is contained in:
F-Droid checkupdates bot 2022-05-12 04:17:27 +00:00
parent 3b05a44811
commit 293190e151

View file

@ -88,8 +88,26 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.2.5
versionCode: 39
commit: ecc273c723d3f76470fb0e155b18a99456e972e0
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.4
CurrentVersionCode: 38
CurrentVersion: 0.2.5
CurrentVersionCode: 39