mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
Categories:
|
|
- Phone & SMS
|
|
License: GPL-3.0-only
|
|
AuthorName: Webierta
|
|
SourceCode: https://github.com/Webierta/call-counter
|
|
IssueTracker: https://github.com/Webierta/call-counter/issues
|
|
Changelog: https://github.com/Webierta/call-counter/releases
|
|
|
|
AutoName: Call Counter
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Webierta/call-counter.git
|
|
|
|
Builds:
|
|
- versionName: 1.2.0
|
|
versionCode: 2
|
|
commit: v1.2.0
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@1.22.5
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 2.0.0
|
|
versionCode: 3
|
|
commit: v2.0.0
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@2.2.2
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 2.0.1
|
|
versionCode: 4
|
|
commit: 9e69eee3fe88c922c82015a22e24757b7ecdd7ed
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@2.2.2
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 2.1.1
|
|
versionCode: 5
|
|
commit: 1b7126168dc4e887086d602596f76965375a443e
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@2.2.2
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags ^v.*$
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 2.1.1
|
|
CurrentVersionCode: 5
|