fdroiddata/metadata/com.trisven.safenotes.yml

39 lines
1.1 KiB
YAML
Raw Normal View History

2022-09-21 14:12:03 +00:00
Categories:
- Writing
- Security
License: GPL-3.0-or-later
AuthorName: Keshav Priyadarshi
AuthorEmail: git@keshav.space
AuthorWebSite: https://safenotes.keshav.space/
WebSite: https://safenotes.keshav.space/
SourceCode: https://github.com/keshav-space/safenotes
IssueTracker: https://github.com/keshav-space/safenotes/issues
Changelog: https://github.com/keshav-space/safenotes/releases
AutoName: Safe Notes
RepoType: git
Repo: https://github.com/keshav-space/safenotes
Builds:
- versionName: 1.0.0
versionCode: 3
commit: 5525e7272a82844b2177cc0efcd399f8c7b7d5da
sudo:
- apt-get update
2022-09-21 14:12:03 +00:00
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
2022-09-30 13:02:41 +00:00
- flutter@3.3.2
2022-09-21 14:12:03 +00:00
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.0
CurrentVersionCode: 3