Update version to 1.9,fix more bugs.

This commit is contained in:
2022-03-05 00:25:50 +08:00
parent 3f7ea97812
commit e6cff940a7
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ class MainActivity : BaseActivity() {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
/** 设置文本 */
findViewById<TextView>(R.id.main_text_version).text = "当前版本:$moduleVersion"
findViewById<TextView>(R.id.main_text_version).text = "模块版本:$moduleVersion"
findViewById<TextView>(R.id.main_text_miui_version).text = "系统版本:$miuiFullVersion"
when {
/** 判断是否为 MIUI 系统 */

View File

@@ -86,7 +86,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:alpha="0.8"
android:text="当前版本:%1"
android:text="模块版本:%1"
android:textColor="@color/white"
android:textSize="13sp" />

View File

@@ -5,7 +5,7 @@ plugins {
}
ext {
appVersionName = "1.9 "
appVersionName = "1.9"
appVersionCode = 21
}