Skip to content

Commit

Permalink
Changed date format for file name.
Browse files Browse the repository at this point in the history
* Some underscores -> hyphens.
  • Loading branch information
zegkljan committed Apr 2, 2022
1 parent 06807ed commit d866d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
compileSdkVersion 31
defaultConfig {
applicationId "cz.zegkljan.videoreferee"
versionCode 5
versionName "0.5.0-rc.1"
versionCode 6
versionName "0.5.0-rc.2"
minSdkVersion 24
targetSdkVersion 31
testInstrumentationRunner "android.test.InstrumentationTestRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import java.io.FileOutputStream
import java.text.SimpleDateFormat
import java.util.*

val DATE_FORMAT = SimpleDateFormat("yyyy_MM_dd_HH_mm_ss_SSS", Locale.US)
val DATE_FORMAT = SimpleDateFormat("yyyy-MM-dd_HH-mm-ss_SSS", Locale.US)

private const val TAG = "Files"

Expand Down

0 comments on commit d866d43

Please sign in to comment.