0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Advance version number to 1.48.1

This commit is contained in:
Markus Fisch 2022-03-11 15:21:16 +01:00
parent b895997967
commit 4be9421b44
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log
## 1.48.1
* Fix broken detection of binary content
## 1.48.0
* Add a menu item to temporarily scan a certain format only
* Add a monochome launcher icon for Android 13

View File

@ -8,8 +8,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 92
versionName '1.48.0'
versionCode 93
versionName '1.48.1'
// It's recommended to set this value to the lowest API level
// able to provide all the functionality.

View File

@ -0,0 +1,2 @@
* Fix broken detection of binary content