version:2.0.6

bugfixes:修复闹钟修改默认值,联系人为空时不显示占用,屏幕旋转会错乱,整点报时会息屏亮屏多次播报
update:主页不显示地址,微信拨号优化,优化离线联系人
This commit is contained in:
2025-02-08 17:57:38 +08:00
parent 8eb83634d0
commit 17a9c60979
267 changed files with 1213 additions and 1632 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
def appName() {
return "XiaoxintongOS"
return "QinQingOS"
}
def releaseTime() {
@@ -16,8 +16,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 201
versionName "2.0.0"
versionCode 207
versionName "2.0.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"