Finish v1.36.05(398)

This commit is contained in:
Giuseppe Scorrano 2023-10-26 15:32:51 +02:00
commit 2189acce5a
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
android { android {
def appVersionCode = 397 def appVersionCode = 398
def appVersionName = '1.36.04' def appVersionName = '1.36.05'
signingConfigs { signingConfigs {
release { release {

View File

@ -266,7 +266,7 @@ public class DocInterniEditFormActivity extends BaseActivity implements DocInter
var dataScad = data.getDataScad(); var dataScad = data.getDataScad();
String partitaMag = null; String partitaMag = null;
if (dataScad != null) partitaMag = UtilityDate.formatDate(dataScad, "yyyymmdd"); if (dataScad != null) partitaMag = UtilityDate.formatDate(dataScad, "yyyyMMdd");
return partitaMag; return partitaMag;
}); });