Skip to content

Commit f6141cc

Browse files
committed
Log events timestamp in US locale
1 parent 0e40355 commit f6141cc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.11.1]
5+
6+
### Fixed
7+
- Force US locale for time formatting
8+
49
## [0.11.0]
510

611
### Changes

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
}
2424

2525
project.ext {
26-
sdkVersion='0.11.0'
26+
sdkVersion='0.11.1'
2727
versionCode=1
2828

2929
compileSdkVersion=28

0 commit comments

Comments
 (0)