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 daf8983 commit 4e65bc9Copy full SHA for 4e65bc9
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.68.4]
5
+
6
+- Fixed a rare formatting bug in AcceptedLanguageInterceptor
7
8
## [0.68.3]
9
10
- Fixed a regression when pre-weighed products to the shopping cart
build.gradle
@@ -33,7 +33,7 @@ allprojects {
33
}
34
35
project.ext {
36
- sdkVersion='0.68.3'
+ sdkVersion='0.68.4'
37
versionCode=1
38
39
compileSdkVersion=31
0 commit comments