Update Githo to 1.3.4 (12)

This commit is contained in:
F-Droid checkupdates bot 2022-04-29 04:36:33 +00:00
parent 1ddd72cd16
commit 2539ff8405

View file

@ -192,8 +192,29 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.3.4
versionCode: 12
commit: 5ed16b8cb66f53c54c0defd0f3f2d0994c95942f
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.10.2
rm:
- databases_across_versions
- ios
- linux
- web
- .vscode
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: 1.3.3
CurrentVersionCode: 11
CurrentVersion: 1.3.4
CurrentVersionCode: 12