Version 9.2.1 en producción
This commit is contained in:
parent
da26cb6d08
commit
840abbcd2b
|
@ -13,8 +13,8 @@ android {
|
||||||
applicationId "es.verdnatura"
|
applicationId "es.verdnatura"
|
||||||
minSdkVersion 21 //21
|
minSdkVersion 21 //21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 134
|
versionCode 135
|
||||||
versionName = "9"
|
versionName = "9.2.1Beta"
|
||||||
//versionName = "9.2Beta" versionCode 133
|
//versionName = "9.2Beta" versionCode 133
|
||||||
//versionName = "9" versionCode 133
|
//versionName = "9" versionCode 133
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 134,
|
"versionCode": 135,
|
||||||
"versionName": "9",
|
"versionName": "9.2.1Beta",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Binary file not shown.
|
@ -659,7 +659,7 @@ abstract class BaseFragment<T : ViewDataBinding, V : BaseViewModel>(viewModelCla
|
||||||
urlSalix = "https://test-salix.verdnatura.es/api/"
|
urlSalix = "https://test-salix.verdnatura.es/api/"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
saveWorkForm(
|
/*saveWorkForm(
|
||||||
WorkForms(
|
WorkForms(
|
||||||
"TestLocalhost",
|
"TestLocalhost",
|
||||||
"http://10.1.4.42:9000",
|
"http://10.1.4.42:9000",
|
||||||
|
@ -672,7 +672,7 @@ abstract class BaseFragment<T : ViewDataBinding, V : BaseViewModel>(viewModelCla
|
||||||
"http://192.168.1.132:9000",
|
"http://192.168.1.132:9000",
|
||||||
urlSalix = "https://test-salix.verdnatura.es/api/"
|
urlSalix = "https://test-salix.verdnatura.es/api/"
|
||||||
)
|
)
|
||||||
)
|
)*/
|
||||||
|
|
||||||
saveWorkForm(
|
saveWorkForm(
|
||||||
WorkForms(
|
WorkForms(
|
||||||
|
|
Loading…
Reference in New Issue