first working implementation of the mensa card reader
* based on farebot's desfire protocol implementation * see #21
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user