Fissh - pickup older versions too
Fix https://gitlab.com/fdroid/fdroiddata/merge_requests/4147/
This commit is contained in:
parent
38b39deb3b
commit
0857e310b8
|
|
@ -7,7 +7,7 @@ WebSite: https://www.iodev.science
|
||||||
SourceCode: https://git.iodev.science/ioan/FiSSH-App.git
|
SourceCode: https://git.iodev.science/ioan/FiSSH-App.git
|
||||||
|
|
||||||
AutoName: FiSSH
|
AutoName: FiSSH
|
||||||
Summary: SSH authentication via Fingerprint scanning over network (SSL Sockets).
|
Summary: SSH authentication via Fingerprint scanning over network (TLS Sockets).
|
||||||
Description: |-
|
Description: |-
|
||||||
This Android app stores your SSH key phrase and sends it to your PC securely via the LAN when an authorized fingerprint is detected by the Android fingerprint scanner.
|
This Android app stores your SSH key phrase and sends it to your PC securely via the LAN when an authorized fingerprint is detected by the Android fingerprint scanner.
|
||||||
|
|
||||||
|
|
@ -40,6 +40,20 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: '2.8'
|
||||||
|
versionCode: 28
|
||||||
|
commit: '2.8'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '2.9'
|
||||||
|
versionCode: 29
|
||||||
|
commit: '2.9'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
- versionName: '3.0'
|
- versionName: '3.0'
|
||||||
versionCode: 30
|
versionCode: 30
|
||||||
commit: '3.0'
|
commit: '3.0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue