57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
|
Categories:
|
||
|
- Security
|
||
|
License: GPL-3.0-only
|
||
|
SourceCode: https://github.com/ligi/SatoshiProof
|
||
|
IssueTracker: https://github.com/ligi/SatoshiProof/issues
|
||
|
|
||
|
AutoName: Satoshi Proof
|
||
|
Description: |-
|
||
|
Use the Bitcoin network like a notary. For example if your bike is damaged you
|
||
|
can take a photo; then the app sends a small amount of bitcoins (a Satoshi) to a
|
||
|
made-up address. If you ever need to prove when the photo was taken, the app can
|
||
|
do so by checking the history of the Bitcoin network.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/ligi/SatoshiProof.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.7'
|
||
|
versionCode: 7
|
||
|
commit: '0.7'
|
||
|
subdir: android
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 1.0.0
|
||
|
versionCode: 100
|
||
|
commit: 1.0.0
|
||
|
subdir: android
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 1.0.1
|
||
|
versionCode: 101
|
||
|
commit: 1.0.1
|
||
|
subdir: android
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 1.0.3
|
||
|
versionCode: 103
|
||
|
commit: 1.0.3
|
||
|
subdir: android
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 1.0.4
|
||
|
versionCode: 104
|
||
|
commit: 1.0.4
|
||
|
subdir: android
|
||
|
gradle:
|
||
|
- onBitcoin
|
||
|
|
||
|
AutoUpdateMode: Version %v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 1.0.4
|
||
|
CurrentVersionCode: 104
|