mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
add Carfoin (com.github.webierta.carfoin)
This commit is contained in:
parent
d7b775d2a6
commit
4fc154b0db
1 changed files with 39 additions and 0 deletions
39
metadata/com.github.webierta.carfoin.yml
Normal file
39
metadata/com.github.webierta.carfoin.yml
Normal 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
|
||||||
Loading…
Reference in a new issue