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

Advanced version number to 1.1.1

This commit is contained in:
Markus Fisch 2017-09-03 12:35:35 +02:00
parent cbc0ff435f
commit b9a5687c5a
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log
## 1.1.1
* Brought back inverting every second frame
## 1.1.0
* Create barcodes now too
* Streamlined video pre-processing

View File

@ -14,8 +14,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 3
versionName '1.1.0'
versionCode 4
versionName '1.1.1'
renderscriptTargetApi 24
renderscriptSupportModeEnabled true