mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
added screenshot sharer as a new app (appid changed)
This commit is contained in:
parent
7d006a097e
commit
fa32713c3a
2 changed files with 37 additions and 2 deletions
|
|
@ -63,7 +63,8 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
ArchivePolicy: 0
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '2.1'
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
34
metadata/io.rosenpin.screenshotsharer.yml
Normal file
34
metadata/io.rosenpin.screenshotsharer.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Tomer Rosenfeld
|
||||
AuthorEmail: mail@tomerrosenfeld.com
|
||||
SourceCode: https://github.com/rosenpin/Screenshot-Sharer
|
||||
IssueTracker: https://github.com/rosenpin/Screenshot-Sharer/issues
|
||||
Changelog: https://github.com/rosenpin/Screenshot-Sharer/releases
|
||||
Donate: https://www.paypal.com/donate/?hosted_button_id=9M8LL9GJXELBN
|
||||
|
||||
AutoName: Screenshot sharer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/rosenpin/Screenshot-Sharer.git
|
||||
Binaries: https://github.com/rosenpin/screenshot-sharer/releases/download/%v/app-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '3.3'
|
||||
versionCode: 20
|
||||
commit: b125fa5fb244ffb476b2282fe2b3492745afffa6
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: ff58851c4627318c4eea69a94fbfc8a5eead2f286ded8383f71d5732d164cd7f
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
CurrentVersion: '3.3'
|
||||
CurrentVersionCode: 20
|
||||
Loading…
Reference in a new issue