version 2.0.0

This commit is contained in:
Michele Balistreri 2018-12-14 14:44:18 +03:00
parent a9982c5fdc
commit 7511d3ea6c
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# 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.0rc1 of the
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/v0.0.7/smartcard-cap-installer-debug.apk)
[Download APK](https://github.com/status-im/keycard-installer-android/releases/download/2.0.0/keycard-installer-debug.apk)
![https://github.com/status-im/smartcard-cap-installer-test/blob/master/docs/demo.gif?raw=true](https://github.com/status-im/smartcard-cap-installer-test/blob/master/docs/demo.gif?raw=true)
![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)

View File

@ -6,8 +6,8 @@ android {
applicationId "im.status.keycard_installer.installer"
minSdkVersion 19
targetSdkVersion 27
versionCode 7
versionName "0.0.7"
versionCode 200
versionName "2.0.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.0rc1'
implementation 'com.github.status-im.status-keycard-java:android:2.0.0'
implementation 'de.cotech:nfc-sweetspot:1.1'
testImplementation 'junit:junit:4.12'

Binary file not shown.