File tree Expand file tree Collapse file tree 7 files changed +20
-3
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 7 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 22
33[ 中文] ( doc/CHANGELOG/CHANGELOG_zh_CN.md )
44
5+ ## V0.3.4
6+ + Android: Use adaptive launcher icon (commit da9f2caaf1)
7+
58## V0.3.3
69+ Add support for specifying service UUID in Bluetooth client mode (commit 1bd23bf4e0)
710+ Add support for showing IPv6 addresses on Android (commit 03a0e7938c)
Original file line number Diff line number Diff line change 22
33[ English] ( ../../CHANGELOG.md )
44
5+ ## V0.3.4
6+ + Android: 使用自适应启动器图标 (commit da9f2caaf1)
7+
58## V0.3.3
69+ 支持在蓝牙客户端模式中指定目标服务UUID (commit 1bd23bf4e0)
710+ 支持在Android端显示IPv6地址 (commit 03a0e7938c)
Original file line number Diff line number Diff line change 1+ V0.3.4
2+ + Android: Use adaptive launcher icon (commit da9f2caaf1)
Original file line number Diff line number Diff line change 1+ V0.3.4
2+ + Android: 使用自适应启动器图标 (commit da9f2caaf1)
Original file line number Diff line number Diff line change 5555 </screenshots >
5656
5757 <releases >
58+ <release version =" 0.3.4" date =" 2024-03-09" >
59+ <description >
60+ <ul >
61+ <li >Android: Use adaptive launcher icon (commit da9f2caaf1)</li >
62+ </ul >
63+ </description >
64+ </release >
5865 <release version =" 0.3.3" date =" 2023-11-22" >
5966 <description >
6067 <ul >
Original file line number Diff line number Diff line change 9494}
9595
9696# Remember to change version in AndroidManifest.xml
97- VERSION = 0.3.3
97+ VERSION = 0.3.4
9898QMAKE_TARGET_PRODUCT = " SerialTest"
9999QMAKE_TARGET_DESCRIPTION = " SerialTest"
100100QMAKE_TARGET_COMPANY = " wh201906"
Original file line number Diff line number Diff line change 22<manifest
33 package =" priv.wh201906.serialtest"
44 xmlns : android =" http://schemas.android.com/apk/res/android"
5- android : versionName =" V0.3.3 "
6- android : versionCode =" 33 "
5+ android : versionName =" V0.3.4 "
6+ android : versionCode =" 34 "
77 android : installLocation =" auto" >
88 <!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
99 Remove the comment if you do not require these default permissions. -->
You can’t perform that action at this time.
0 commit comments