Skip to content

Commit

Permalink
New release: 4.0.3
Browse files Browse the repository at this point in the history
Updated changelog.
Increased version number.
  • Loading branch information
ikarus23 committed Nov 20, 2021
1 parent 05a96ff commit 4b5b020
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog of MifareClassicTool (MCT):

In development:

Version 4.0.3:
* Added more well known keys to the extended key file.
(extended-std.keys file will be updated automatically.)
* Bugfix: Prevent crash when key editor loads from saved instance.
Expand Down
4 changes: 2 additions & 2 deletions Mifare Classic Tool/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "de.syss.MifareClassicTool"
minSdkVersion 19
targetSdkVersion 31
versionCode 60
versionName '4.0.2'
versionCode 61
versionName '4.0.3'
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

package de.syss.MifareClassicTool;

import static de.syss.MifareClassicTool.Activities.Preferences.Preference.AutoCopyUID;
import static de.syss.MifareClassicTool.Activities.Preferences.Preference.UIDFormat;

import android.app.Activity;
import android.app.ActivityManager;
import android.app.AlertDialog;
Expand Down Expand Up @@ -58,7 +61,6 @@
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
import java.math.BigInteger;
import java.nio.charset.StandardCharsets;
import java.text.SimpleDateFormat;
Expand All @@ -69,9 +71,6 @@

import de.syss.MifareClassicTool.Activities.IActivityThatReactsToSave;

import static de.syss.MifareClassicTool.Activities.Preferences.Preference.AutoCopyUID;
import static de.syss.MifareClassicTool.Activities.Preferences.Preference.UIDFormat;


/**
* Common functions and variables for all Activities.
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/61.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Added more well known keys to the extended key file.
(extended-std.keys file will be updated automatically.)
* Bugfix: Prevent crash when key editor loads from saved instance.
* Some minor bug fixes.

0 comments on commit 4b5b020

Please sign in to comment.