We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab4cd0 commit c016cb3Copy full SHA for c016cb3
FlowCrypt/build.gradle
@@ -19,7 +19,7 @@ buildscript {
19
apply plugin: 'com.android.application'
20
apply plugin: 'com.github.gfx.ribbonizer'
21
22
-SimpleDateFormat simpleDateFormat = new SimpleDateFormat('dd_MM_yyyy_HH_mm');
+SimpleDateFormat simpleDateFormat = new SimpleDateFormat('yyyy_MM_dd_HH_mm');
23
24
android {
25
compileSdkVersion COMPILE_SDK_VERSION as int
0 commit comments