fdroiddata/metadata/com.nathanatos.Cuppa.yml

35 lines
1 KiB
YAML
Raw Normal View History

2021-06-05 21:18:32 +00:00
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