mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Newapp: Gallery.memories
This commit is contained in:
parent
1cecbb1f86
commit
7774da255e
1 changed files with 31 additions and 0 deletions
31
metadata/gallery.memories.yml
Normal file
31
metadata/gallery.memories.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
- Multimedia
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Varun Patil
|
||||
SourceCode: https://github.com/pulsejet/memories
|
||||
IssueTracker: https://github.com/pulsejet/memories/issues
|
||||
Translation: https://www.transifex.com/nextcloud/nextcloud/memories/
|
||||
|
||||
AutoName: Memories
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/pulsejet/memories.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.6'
|
||||
versionCode: 6
|
||||
commit: 8123c83f0d0d3d67ff9b64f3563cacfdc209ccd9
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags android/*
|
||||
UpdateCheckData: android/app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)
|
||||
CurrentVersion: '1.6'
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue