Update hacki to 0.2.13 (52)

This commit is contained in:
F-Droid checkupdates bot 2022-06-04 04:06:43 +00:00
parent b5ec4b8bb0
commit e3309c0a68

View file

@ -196,8 +196,26 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.2.13
versionCode: 52
commit: 4e8cf9837f558c75d5e8a772ff4ad10cf7bfd987
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.12
CurrentVersionCode: 51
CurrentVersion: 0.2.13
CurrentVersionCode: 52