关闭debug面板

版本1.0.1
This commit is contained in:
Lindong 2026-01-29 18:24:27 +08:00
parent e9b7af5de3
commit 9e996fb5ca
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ class VersionActivity : AppViewsActivity<ViewBinding, UiState, ViewModel>(), OnT
// For Testing
val shouldShowDebug = true//BuildConfig.DEBUG
val shouldShowDebug = false//BuildConfig.DEBUG
llTesting.isVisible = shouldShowDebug
if (shouldShowDebug) {
butCash.setOnClickListener {

View File

@ -3,8 +3,8 @@
compileSdk = "36"
minSdk = "24"
targetSdk = "36"
versionCode = "1"
versionName = "1.0.0"
versionCode = "2"
versionName = "1.0.1"
javaVersion = "11"
#================================Test相关===================================
junit = "4.13.2"