Version 9.2.1 en producción

This commit is contained in:
Sergio De la torre 2022-10-07 08:14:48 +02:00
parent da26cb6d08
commit 840abbcd2b
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"
} }
], ],

View File

@ -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(