Update Orgro to 1.24.1 (57)

This commit is contained in:
F-Droid checkupdates bot 2022-03-01 04:34:30 +00:00
parent e61aa3203e
commit 5b1d437a0c

View file

@ -216,8 +216,24 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.24.1
versionCode: 57
commit: a2e70040964a37d9545424cd99ea03facf2a7e43
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.11.0-0.1.pre
prebuild: touch android/key.properties
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.24.0
CurrentVersionCode: 56
CurrentVersion: 1.24.1
CurrentVersionCode: 57