Merge branch 'master' into 'master'
Remote Smart Card Reader: enable auto updates I have a new version available here https://github.com/frankmorgner/vsmartcard, which, hopefully, will automatically update the package with this MR. See merge request !1324
This commit is contained in:
commit
88d19e1878
|
@ -10,9 +10,7 @@ Description:
|
|||
Allow a host computer to use the smartphone's NFC hardware as contact-less
|
||||
smartcard reader. On the host computer a special smart card driver, vpcd, must
|
||||
be installed. The app establishes a connection to vpcd over the network when a
|
||||
contact-less card is detected. Since vpcd integrates seamlessly into the PC/SC
|
||||
framework of the host system, the contact-less card can be accessed by a typical
|
||||
smart card application, for example [https://github.com/OpenSC/OpenSC OpenSC].
|
||||
contact-less card is detected.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -35,11 +33,16 @@ Build:1.2,3
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/android.nfc.NfcAdapter/iimport android.os.Build;' src/main/java/com/vsmartcard/remotesmartcardreader/app/screaders/NFCReader.java
|
||||
|
||||
Build:2,4
|
||||
commit=5e6a9d43c3e1da1536a789b8f081dca1452b2ae2
|
||||
subdir=remote-reader/app
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Prebuild is fixed in a5131ba0da6bd87ae2f84a4db81e47834c2f66b6.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Auto Update Mode:Version remote-reader-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.0
|
||||
Current Version Code:4
|
||||
|
|
Loading…
Reference in a new issue