Skip to content

Commit 39ecd31

Browse files
committed
Advance version number to 1.8.0
1 parent c96a2cf commit 39ecd31

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.8.0
4+
* Save binary data into external file
5+
* Fix storage of binary data
6+
* Remove horizontal orientation line from scanner
7+
38
## 1.7.3
49
* Fix crashes on Lineage and remove RenderScript fallback
510
* Improve handling of binary data

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdkVersion 9
1010
targetSdkVersion sdk_version
1111

12-
versionCode 25
13-
versionName '1.7.3'
12+
versionCode 26
13+
versionName '1.8.0'
1414

1515
// it's recommended to set this value to the lowest API level
1616
// able to provide all the functionality

0 commit comments

Comments
 (0)