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 0e40355 commit f6141ccCopy full SHA for f6141cc
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.11.1]
5
+
6
+### Fixed
7
+- Force US locale for time formatting
8
9
## [0.11.0]
10
11
### Changes
build.gradle
@@ -23,7 +23,7 @@ allprojects {
23
}
24
25
project.ext {
26
- sdkVersion='0.11.0'
+ sdkVersion='0.11.1'
27
versionCode=1
28
29
compileSdkVersion=28
0 commit comments