mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
New app: File Navigator
This commit is contained in:
parent
67a8ec354a
commit
28fe1f232b
1 changed files with 36 additions and 0 deletions
36
metadata/com.w2sv.filenavigator.yml
Normal file
36
metadata/com.w2sv.filenavigator.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Janek Zangenberg
|
||||
AuthorEmail: zangenbergjanek@googlemail.com
|
||||
SourceCode: https://github.com/w2sv/FileNavigator
|
||||
IssueTracker: https://github.com/w2sv/FileNavigator/issues
|
||||
|
||||
AutoName: File Navigator
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/w2sv/FileNavigator.git
|
||||
Binaries: https://github.com/w2sv/FileNavigator/releases/download/%v/%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.3
|
||||
versionCode: 4
|
||||
commit: c152d4b7a9174f004b93d461429c46d083820254
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- plugins
|
||||
|
||||
AllowedAPKSigningKeys: e22bed7909bce21fa5bc900a8c056eaa0773761f70774d1d808bbbafb3aa1958
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: gradle.properties|versionCode=(\d+)|.|version=([\d.]+)
|
||||
CurrentVersion: 0.0.3
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue