mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
add com.trisven.safenotes
This commit is contained in:
parent
b6677d1c1a
commit
bc5bc6c329
1 changed files with 38 additions and 0 deletions
38
metadata/com.trisven.safenotes.yml
Normal file
38
metadata/com.trisven.safenotes.yml
Normal 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
|
||||
Loading…
Reference in a new issue