Update IPFS Lite to 1.0.4 (104)
This commit is contained in:
parent
c051c9dd05
commit
3d364e0301
|
|
@ -4,7 +4,7 @@ License: GPL-3.0-or-later
|
||||||
SourceCode: https://gitlab.com/remmer.wilts/threads-server
|
SourceCode: https://gitlab.com/remmer.wilts/threads-server
|
||||||
IssueTracker: https://gitlab.com/remmer.wilts/threads-server/issues
|
IssueTracker: https://gitlab.com/remmer.wilts/threads-server/issues
|
||||||
|
|
||||||
AutoName: IPFS
|
AutoName: IPFS Lite
|
||||||
Description: |-
|
Description: |-
|
||||||
Support of the standard uses cases of IPFS (like add, cat, get, publish, etc).
|
Support of the standard uses cases of IPFS (like add, cat, get, publish, etc).
|
||||||
Provide a modern UI to realize this common use cases.
|
Provide a modern UI to realize this common use cases.
|
||||||
|
|
@ -37,7 +37,14 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.4
|
||||||
|
versionCode: 104
|
||||||
|
commit: 1.0.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.9.4
|
CurrentVersion: 1.0.4
|
||||||
CurrentVersionCode: 94
|
CurrentVersionCode: 104
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue