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.61.0
4+ * Support encoding binary data
5+ * Add margin parameter for encoding
6+ * Add copying binary data as hex dump
7+ * Fix parsing TYPE argument in VCARDs
8+ * Update Russian translation
9+ * Update Brazilian Portuguese translation
10+ * Update Ukrainian translation
11+ * Update Chinese translation
12+
313## 1.60.3
414* Fix saving custom language
515* Update Brazilian Portuguese translation
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 minSdkVersion 9
99 targetSdkVersion sdk_version
1010
11- versionCode 120
12- versionName ' 1.60.3 '
11+ versionCode 121
12+ versionName ' 1.61.0 '
1313 }
1414
1515 signingConfigs {
Original file line number Diff line number Diff line change 1+ * Support encoding binary data
2+ * Add margin parameter for encoding
3+ * Add copying binary data as hex dump
4+ * Fix parsing TYPE argument in VCARDs
5+ * Update Russian translation
6+ * Update Brazilian Portuguese translation
7+ * Update Ukrainian translation
8+ * Update Chinese translation
9+
You can’t perform that action at this time.
0 commit comments