mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 00:59:57 +00:00
35 lines
1 KiB
YAML
35 lines
1 KiB
YAML
|
|
Categories:
|
||
|
|
- Time
|
||
|
|
License: BSD-3-Clause
|
||
|
|
AuthorName: Nathan Cosgray
|
||
|
|
AuthorWebSite: https://www.nathanatos.com/
|
||
|
|
SourceCode: https://github.com/ncosgray/cuppa_mobile
|
||
|
|
IssueTracker: https://github.com/ncosgray/cuppa_mobile/issues
|
||
|
|
Changelog: https://github.com/ncosgray/cuppa_mobile/releases
|
||
|
|
|
||
|
|
AutoName: Cuppa - Tea Timer
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/ncosgray/cuppa_mobile
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: '1.4'
|
||
|
|
versionCode: 15
|
||
|
|
commit: 1.4-fdroid
|
||
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@2.0.6
|
||
|
|
rm:
|
||
|
|
- ios
|
||
|
|
build:
|
||
|
|
- sed -i '/keystoreProperties.load(new FileInputStream(keystorePropertiesFile))/d'
|
||
|
|
android/app/build.gradle
|
||
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
||
|
|
- $$flutter$$/bin/flutter build apk
|
||
|
|
|
||
|
|
AutoUpdateMode: Version %v
|
||
|
|
UpdateCheckMode: HTTP
|
||
|
|
UpdateCheckData: https://raw.githubusercontent.com/ncosgray/cuppa_mobile/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||
|
|
CurrentVersion: '1.4'
|
||
|
|
CurrentVersionCode: 15
|