bumping version to 0.4.2

This commit is contained in:
Miuzarte
2026-06-01 00:41:29 +08:00
parent efde471bef
commit e1b01a96b0
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Change Log
## 0.4.2
- 改进: 单 IP 的设备连接时跳过探测
- 改进: 简单配置卡上方增加配置切换
- 改进: 启用“使预览卡显示在配置卡上方”时禁用 PreviewCard 的 bring into view
## 0.4.1
- 依赖: 同步 submodule/miuix

View File

@@ -59,8 +59,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 37
versionCode = 32
versionName = "0.4.1"
versionCode = 33
versionName = "0.4.2"
externalNativeBuild {
cmake {