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 29a8635 commit 082333fCopy full SHA for 082333f
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.10.2]
5
+
6
+## Fixed
7
+- Fixed checkout cancelling
8
+- Product search item cells should now scale with multiline text
9
10
## [0.10.1]
11
12
## Added
build.gradle
@@ -24,7 +24,7 @@ allprojects {
24
}
25
26
project.ext {
27
- sdkVersion='0.10.1'
+ sdkVersion='0.10.2'
28
versionCode=1
29
30
compileSdkVersion=28
0 commit comments