4 Commits
3 changed files with 4 additions and 12 deletions
+1 -9
View File
@@ -1,11 +1,3 @@
# Keycard Installer for Android
This is an Android application to install the [keycard applet](https://github.com/status-im/status-keycard) to a
smartcard via NFC. The compiled cap file of the applet is bundled in the application. Currently, version 2.0 of the
applet is installed.
If you work with the Status Keycard this is a quick utility to reinstall the applet.
[Download APK](https://github.com/status-im/keycard-installer-android/releases/download/2.0.0/keycard-installer-debug.apk)
![https://github.com/status-im/keycard-installer-android/blob/master/docs/demo.gif?raw=true](https://github.com/status-im/keycard-installer-android/blob/master/docs/demo.gif?raw=true)
discountinued - use [https://github.com/status-im/keycard-cli](https://github.com/status-im/keycard-cli)
+3 -3
View File
@@ -6,8 +6,8 @@ android {
applicationId "im.status.keycard_installer.installer"
minSdkVersion 19
targetSdkVersion 27
versionCode 202
versionName "2.0.2"
versionCode 220
versionName "2.2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -22,7 +22,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.github.status-im.status-keycard-java:android:2.0.0'
implementation 'com.github.status-im.status-keycard-java:android:7ce0136'
implementation 'de.cotech:nfc-sweetspot:1.1'
testImplementation 'junit:junit:4.12'
Binary file not shown.