chore: 升级版本号至3.0.8

- 更新app/build.gradle中的versionCode和versionName
- 更新README.md中的版本信息和更新日志
- 更新XMBOX-Release目录中的版本配置
- 更新create_release.sh脚本中的版本号
- 添加v3.0.8的更新说明,重点突出UI交互体验优化
This commit is contained in:
您的名字
2025-10-14 12:37:30 +08:00
parent 928a0e9807
commit 0c60ddf63d
4 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ android {
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 307
versionName "3.0.7"
versionCode 308
versionName "3.0.8"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]