parent
e9b7af5de3
commit
9e996fb5ca
|
|
@ -39,7 +39,7 @@ class VersionActivity : AppViewsActivity<ViewBinding, UiState, ViewModel>(), OnT
|
||||||
|
|
||||||
|
|
||||||
// For Testing
|
// For Testing
|
||||||
val shouldShowDebug = true//BuildConfig.DEBUG
|
val shouldShowDebug = false//BuildConfig.DEBUG
|
||||||
llTesting.isVisible = shouldShowDebug
|
llTesting.isVisible = shouldShowDebug
|
||||||
if (shouldShowDebug) {
|
if (shouldShowDebug) {
|
||||||
butCash.setOnClickListener {
|
butCash.setOnClickListener {
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
compileSdk = "36"
|
compileSdk = "36"
|
||||||
minSdk = "24"
|
minSdk = "24"
|
||||||
targetSdk = "36"
|
targetSdk = "36"
|
||||||
versionCode = "1"
|
versionCode = "2"
|
||||||
versionName = "1.0.0"
|
versionName = "1.0.1"
|
||||||
javaVersion = "11"
|
javaVersion = "11"
|
||||||
#================================Test相关===================================
|
#================================Test相关===================================
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue