first working implementation of the mensa card reader

* based on farebot's desfire protocol implementation
* see #21
This commit is contained in:
2019-08-17 18:59:28 +02:00
parent 3a0a31f781
commit 733b675ffa
11 changed files with 1185 additions and 9 deletions

View File

@ -25,6 +25,9 @@ android {
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
versionNameSuffix "-debug"
}
}
compileOptions {
@ -48,6 +51,7 @@ dependencies {
implementation 'com.afollestad.material-dialogs:color:3.1.0'
implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0'
implementation 'org.apache.commons:commons-lang3:3.9'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'