Update hacki to 0.2.2 (36)

This commit is contained in:
F-Droid checkupdates bot 2022-04-27 04:17:19 +00:00
parent 3581f65c5e
commit 25073bc646

View file

@ -34,8 +34,26 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.2.2
versionCode: 36
commit: a7b113e96f61e96a3cb4736cce0f731ab4d11ff3
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.1
CurrentVersionCode: 32
CurrentVersion: 0.2.2
CurrentVersionCode: 36