fdroiddata/metadata/org.ligi.ipfsdroid.yml

67 lines
1.6 KiB
YAML
Raw Normal View History

2019-02-25 12:29:22 +00:00
Categories:
- System
License: GPL-3.0-only
2019-11-10 12:23:27 +00:00
AuthorName: ligi
AuthorEmail: ligi@ligi.de
AuthorWebSite: https://ligi.de/
2019-02-25 12:29:22 +00:00
SourceCode: https://github.com/ligi/IPFSDroid
IssueTracker: https://github.com/ligi/IPFSDroid/issues
AutoName: IPFSDroid
Description: |-
Client for the [https://en.wikipedia.org/wiki/InterPlanetary_File_System
InterPlanetary File System] (IPFS).
This App does not represent a full IPFS node yet! Think of it as a dependency
injection for IPFS on android. Currently we use the centralized service ipfs.io
so you can use ipfs on android - later this will be exchanged for a full-node
2019-11-10 12:23:27 +00:00
for decentralisation but all things that use this app dont have to change/care.
2019-02-25 12:29:22 +00:00
RepoType: git
Repo: https://github.com/ligi/IPFSDroid
Builds:
- versionName: '0.1'
versionCode: 1
commit: '0.1'
subdir: app
gradle:
- yes
prebuild: sed -i -e '/android-sdk-manager/d' build.gradle
- versionName: '0.5'
versionCode: 5
commit: '0.5'
subdir: app
gradle:
- yes
prebuild: sed -i -e '/android-sdk-manager/d' build.gradle
- versionName: '0.7'
versionCode: 7
commit: '0.7'
subdir: app
gradle:
- yes
prebuild: sed -i -e '/android-sdk-manager/d' build.gradle
- versionName: '0.10'
versionCode: 10
commit: '0.10'
subdir: app
gradle:
- yes
- versionName: '0.12'
versionCode: 12
disable: prebuilt binaries in app/src/main/assets
commit: '0.12'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '0.12'
CurrentVersionCode: 12