Update Libre Camera to 1.1.0 (2)

This commit is contained in:
F-Droid checkupdates bot 2022-10-10 04:10:07 +00:00
parent 1a439cd6aa
commit 3bfc85823b

View file

@ -4,7 +4,7 @@ License: GPL-3.0-or-later
SourceCode: https://github.com/iakmds/librecamera
IssueTracker: https://github.com/iakmds/librecamera/issues
AutoName: Camera
AutoName: Libre Camera
RepoType: git
Repo: https://github.com/iakmds/librecamera.git
@ -25,8 +25,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.1.0
versionCode: 2
commit: da6e6c786c79be8c942555c679418832a764c922
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.3.2
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.0.0
CurrentVersionCode: 1
CurrentVersion: 1.1.0
CurrentVersionCode: 2