We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fba51 commit 788ca8cCopy full SHA for 788ca8c
CHANGELOG.txt
@@ -2,6 +2,9 @@ Changelog of MifareClassicTool (MCT):
2
3
In development:
4
5
+Version 4.0.4:
6
+ * Bugfix: Discover tags correctly again.
7
+
8
Version 4.0.3:
9
* Added more well known keys to the extended key file.
10
(extended-std.keys file will be updated automatically.)
Mifare Classic Tool/app/build.gradle
@@ -10,8 +10,8 @@ android {
applicationId "de.syss.MifareClassicTool"
11
minSdkVersion 19
12
targetSdkVersion 31
13
- versionCode 61
14
- versionName '4.0.3'
+ versionCode 62
+ versionName '4.0.4'
15
}
16
17
buildTypes {
metadata/en-US/changelogs/62.txt
@@ -0,0 +1 @@
1
0 commit comments