add com.trisven.safenotes

This commit is contained in:
Keshav Priyadarshi 2022-09-21 14:12:03 +00:00 committed by Licaon_Kter
parent b6677d1c1a
commit bc5bc6c329

View file

@ -0,0 +1,38 @@
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 || 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@stable
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