Skip to content

Commit

Permalink
New release: 2.2.6
Browse files Browse the repository at this point in the history
Updated changelog.
Increased version number.
  • Loading branch information
ikarus23 committed Mar 31, 2019
1 parent 31769c1 commit 32120e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog of MifareClassicTool (MCT):

Version 2.2.6:
* Autorun on tag detection can be deactivated now. Thanks to "aerizzo".
* Removed PayPal links to be compliant to Google's payment policies.
* Some fixed to the all-0-keys bug.

Version 2.2.5:
* Improved compatibility with External NFC.
* Added more well known keys to the extended key file.
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 @@ -8,8 +8,8 @@ android {
applicationId "de.syss.MifareClassicTool"
minSdkVersion 14
targetSdkVersion 28
versionCode 45
versionName '2.2.5'
versionCode 46
versionName '2.2.6'
}

buildTypes {
Expand Down

0 comments on commit 32120e6

Please sign in to comment.