mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
add CIFS Documents Provider
This commit is contained in:
parent
c0edf00d63
commit
b5f7987fcd
1 changed files with 31 additions and 0 deletions
31
metadata/com.wa2c.android.cifsdocumentsprovider.yml
Normal file
31
metadata/com.wa2c.android.cifsdocumentsprovider.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- System
|
||||
License: MIT
|
||||
AuthorName: Atsushi Wada
|
||||
AuthorWebSite: https://www.wa2c.com/wp/
|
||||
WebSite: https://github.com/wa2c/cifs-documents-provider/wiki
|
||||
SourceCode: https://github.com/wa2c/cifs-documents-provider
|
||||
IssueTracker: https://github.com/wa2c/cifs-documents-provider/issues
|
||||
|
||||
AutoName: CIFS Documents Provider
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/wa2c/cifs-documents-provider
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.1
|
||||
versionCode: 5
|
||||
commit: Ver.1.2.1a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version Ver\.%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue