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 0da1ffb commit 1476f41Copy full SHA for 1476f41
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 1.63.13
4
+* Fix UTF-8 conversion of binary escape sequences when creating barcodes
5
+* Fix scan order for intervals under one second
6
+* Add arabic translation
7
+* Update French translation
8
+
9
## 1.63.12
10
* Fix magnifying barcode recreation
11
app/build.gradle
@@ -9,8 +9,8 @@ android {
minSdk 9
targetSdk sdk_version
12
- versionCode 140
13
- versionName '1.63.12'
+ versionCode 141
+ versionName '1.63.13'
14
}
15
16
signingConfigs {
0 commit comments