64 lines
1.5 KiB
YAML
64 lines
1.5 KiB
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
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
|
|
for decentralisation but all things that use this app don't have to change/care.
|
|
|
|
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
|