File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 1.64.0
4+ * Find barcode by content
5+ * Immediately replace toasts
6+ * Use detected barcode for recreation
7+ * Show data mask of QR Codes
8+ * Fix deep linking
9+ * Replace margin with quiet zone switch when generating barcodes
10+ * Update Russian translation
11+ * Update Portuguese (Brazil) translation
12+
313## 1.63.13
414* Fix UTF-8 conversion of binary escape sequences when creating barcodes
515* Fix scan order for intervals under one second
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 minSdk 9
1010 targetSdk sdk_version
1111
12- versionCode 141
13- versionName ' 1.63.13 '
12+ versionCode 142
13+ versionName ' 1.64.0 '
1414 }
1515
1616 signingConfigs {
Original file line number Diff line number Diff line change 1+ * Find barcode by content
2+ * Immediately replace toasts
3+ * Use detected barcode for recreation
4+ * Show data mask of QR Codes
5+ * Fix deep linking
6+ * Replace margin with quiet zone switch when generating barcodes
7+ * Update Russian translation
8+ * Update Portuguese (Brazil) translation
9+
You can’t perform that action at this time.
0 commit comments