add Carfoin (com.github.webierta.carfoin)

This commit is contained in:
Izzy 2022-10-08 22:49:53 +00:00
parent d7b775d2a6
commit 4fc154b0db

View file

@ -0,0 +1,39 @@
AntiFeatures:
- NonFreeNet
Categories:
- Money
License: GPL-3.0-only
AuthorName: Webierta
AuthorWebSite: https://webierta.github.io/
SourceCode: https://github.com/Webierta/carfoin
IssueTracker: https://github.com/Webierta/carfoin/issues
Changelog: https://github.com/Webierta/carfoin/releases
AutoName: Carfoin
RepoType: git
Repo: https://github.com/Webierta/carfoin
Builds:
- versionName: 2.0.3
versionCode: 18
commit: 6fd6e64dbff87d723b6cd205e3edc1f0e9e7cbe1
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@3.3.4
rm:
- test
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.0.3
CurrentVersionCode: 18