mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-246 CI | Enhancement | Change date format for builds (#2460)
This commit is contained in:
parent
a838383106
commit
b0fb060c43
1 changed files with 1 additions and 1 deletions
|
@ -113,6 +113,6 @@ ext.getBuildVersionCode = {
|
|||
|
||||
static def getCurrentDate() {
|
||||
def date = new Date()
|
||||
def sdf = new SimpleDateFormat("MM-dd-yyyy")
|
||||
def sdf = new SimpleDateFormat("dd.MM.yy")
|
||||
return sdf.format(date)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue