Skip to content

Commit c016cb3

Browse files
author
Tom James Holub
committed
updated date format for release builds
1 parent dab4cd0 commit c016cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlowCrypt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
apply plugin: 'com.android.application'
2020
apply plugin: 'com.github.gfx.ribbonizer'
2121

22-
SimpleDateFormat simpleDateFormat = new SimpleDateFormat('dd_MM_yyyy_HH_mm');
22+
SimpleDateFormat simpleDateFormat = new SimpleDateFormat('yyyy_MM_dd_HH_mm');
2323

2424
android {
2525
compileSdkVersion COMPILE_SDK_VERSION as int

0 commit comments

Comments
 (0)