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:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user