mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
New app: Note Pad (com.xmission.trevin.android.notes)
This commit is contained in:
parent
e3b35396f5
commit
004d5774b4
1 changed files with 32 additions and 0 deletions
32
metadata/com.xmission.trevin.android.notes.yml
Normal file
32
metadata/com.xmission.trevin.android.notes.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Trevin Beattie
|
||||
SourceCode: https://github.com/Typraeurion/Android-NotePad
|
||||
IssueTracker: https://github.com/Typraeurion/Android-NotePad/issues
|
||||
|
||||
AutoName: Note Pad
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Typraeurion/Android-NotePad.git
|
||||
Binaries: https://github.com/Typraeurion/Android-NotePad/releases/download/v%v/NotePad-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.0
|
||||
versionCode: 1040001
|
||||
commit: d96821de36b7b32b5e418aac099916afce371ef5
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 9d97e5168157c077d8aed502a127868d69b9d1888b711bc814a3c736a5c9d6fa
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 1040001
|
||||
Loading…
Reference in a new issue