File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 1.66.0
4+ * Support deep links to encode content via web links
5+ * Parse International Driver Licenses (IDL) in PDF417 barcodes
6+ * Add WiFis from system settings
7+ * Show parsed data items
8+ * Update translations
9+
310## 1.65.2
411* Sanity check ROI metrics
512
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 147
13- versionName ' 1.65.2 '
12+ versionCode 148
13+ versionName ' 1.66.0 '
1414 }
1515
1616 signingConfigs {
Original file line number Diff line number Diff line change 1+ * Support deep links to encode content via web links
2+ * Parse International Driver Licenses (IDL) in PDF417 barcodes
3+ * Add WiFis from system settings
4+ * Show parsed data items
5+ * Update translations
6+
You can’t perform that action at this time.
0 commit comments