mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Newapp: Save Locally
This commit is contained in:
parent
2ca6184f67
commit
03ff8c02ca
1 changed files with 32 additions and 0 deletions
32
metadata/com.mateusrodcosta.apps.share2storage.yml
Normal file
32
metadata/com.mateusrodcosta.apps.share2storage.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- System
|
||||
License: AGPL-3.0-or-later
|
||||
AuthorWebSite: https://www.mateusrodcosta.dev
|
||||
SourceCode: https://github.com/MateusRodCosta/Share2Storage
|
||||
IssueTracker: https://github.com/MateusRodCosta/Share2Storage/issues
|
||||
|
||||
AutoName: Save Locally
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/MateusRodCosta/Share2Storage.git
|
||||
Binaries: https://github.com/MateusRodCosta/Share2Storage/releases/download/v%v/SaveLocally-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.9.0
|
||||
versionCode: 13
|
||||
commit: c952b3dc692a58f2bb500a34682f73205b31ec27
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystoreProperties/d' build.gradle.kts
|
||||
|
||||
AllowedAPKSigningKeys: 2a0b90541cf2e483b72fe1f401acdf202feefad90b335a31d6dbac3ba0e06087
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.9.0
|
||||
CurrentVersionCode: 13
|
||||
Loading…
Reference in a new issue