parent
e9b7af5de3
commit
9e996fb5ca
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue