Finish v1.36.05(398)
This commit is contained in:
commit
2189acce5a
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 397
|
||||
def appVersionName = '1.36.04'
|
||||
def appVersionCode = 398
|
||||
def appVersionName = '1.36.05'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -266,7 +266,7 @@ public class DocInterniEditFormActivity extends BaseActivity implements DocInter
|
||||
var dataScad = data.getDataScad();
|
||||
|
||||
String partitaMag = null;
|
||||
if (dataScad != null) partitaMag = UtilityDate.formatDate(dataScad, "yyyymmdd");
|
||||
if (dataScad != null) partitaMag = UtilityDate.formatDate(dataScad, "yyyyMMdd");
|
||||
|
||||
return partitaMag;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user