From 0857e310b80c459012da1ae1504a490a6c472b20 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 28 Dec 2018 20:47:14 +0000 Subject: [PATCH] Fissh - pickup older versions too Fix https://gitlab.com/fdroid/fdroiddata/merge_requests/4147/ --- metadata/science.iodev.fissh.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/metadata/science.iodev.fissh.yml b/metadata/science.iodev.fissh.yml index 1025765826..8e9a0a48c6 100644 --- a/metadata/science.iodev.fissh.yml +++ b/metadata/science.iodev.fissh.yml @@ -7,7 +7,7 @@ WebSite: https://www.iodev.science SourceCode: https://git.iodev.science/ioan/FiSSH-App.git AutoName: FiSSH -Summary: SSH authentication via Fingerprint scanning over network (SSL Sockets). +Summary: SSH authentication via Fingerprint scanning over network (TLS Sockets). 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. @@ -40,6 +40,20 @@ Builds: gradle: - 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' versionCode: 30 commit: '3.0'