Desactivar avanzar ticket y version beta precontrol
This commit is contained in:
parent
c1842a4bc6
commit
2cce35ccaf
|
@ -14,7 +14,7 @@ android {
|
|||
minSdkVersion 24 //21
|
||||
targetSdkVersion 33
|
||||
versionCode 200
|
||||
versionName = "23.22.1"
|
||||
versionName = "23.22.1Beta"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
|
@ -133,7 +133,7 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) {
|
|||
|
||||
|
||||
//Tarea 5651
|
||||
_pasillerositem.add(
|
||||
/* _pasillerositem.add(
|
||||
PasillerosItemVO(
|
||||
1,
|
||||
R.drawable.ic_advance_ticket,
|
||||
|
@ -143,7 +143,7 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) {
|
|||
R.string.ticketAdvanceDescrip
|
||||
)
|
||||
)
|
||||
)
|
||||
)*/
|
||||
|
||||
|
||||
_pasillerositem.add(
|
||||
|
|
Loading…
Reference in New Issue