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 d077735 commit 1e76b14Copy full SHA for 1e76b14
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 1.56.1
4
+* Allow pinching a barcode to its generated size
5
+* Fix view/frame transformation matrix
6
+* Fix handling of tab characters
7
+* Update Indonesian translation
8
+* Update Russian translation
9
+
10
## 1.56.0
11
* Add an action item to lock/unlock free rotation
12
* Support setting fore and background colors when creating barcodes
app/build.gradle
@@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
- versionCode 106
13
- versionName '1.56.0'
+ versionCode 109
+ versionName '1.56.1'
14
}
15
16
signingConfigs {
0 commit comments