We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96a2cf commit 39ecd31Copy full SHA for 39ecd31
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
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
+
8
## 1.7.3
9
* Fix crashes on Lineage and remove RenderScript fallback
10
* Improve handling of binary data
app/build.gradle
@@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
11
12
- versionCode 25
13
- versionName '1.7.3'
+ versionCode 26
+ versionName '1.8.0'
14
15
// it's recommended to set this value to the lowest API level
16
// able to provide all the functionality
0 commit comments