feat: 1. 修改版本号为3.0.2 2. 优化历史记录复制功能 3. 调整Toast显示时间为1秒

This commit is contained in:
Tosencen
2025-07-03 20:00:03 +08:00
parent 6d6239e602
commit 8579905949
3 changed files with 45 additions and 3 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ android {
minSdk 21
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 300
versionName "3.0.0"
versionCode 302
versionName "3.0.2"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]