We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225db1f commit 41be4c6Copy full SHA for 41be4c6
3 files changed
CHANGELOG.txt
@@ -1,5 +1,9 @@
1
Changelog of MifareClassicTool (MCT):
2
3
+Version 4.3.1:
4
+ * Target Android SDK 35.
5
+ * Fixed one possible crash.
6
+
7
Version 4.3.0:
8
* Added feature to write to Value Blocks if only
9
decrement/transfer/restore permissions are available
Mifare Classic Tool/app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "de.syss.MifareClassicTool"
12
minSdk 19
13
targetSdk 35
14
- versionCode 69
15
- versionName '4.3.0'
+ versionCode 70
+ versionName '4.3.1'
16
}
17
18
androidResources {
metadata/en-US/changelogs/70.txt
@@ -0,0 +1,2 @@
0 commit comments