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 5386944 commit e682b82Copy full SHA for e682b82
CHANGELOG.md
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
7
- Renamed get/set LoyaltyCardId to CustomerCardId
8
9
### Added
10
+- Added support for Units (ml, kg, cm...)
11
- Added support for customer card metadata
12
- Added customizing options for ProductSearchView
13
- Added top-down info box in UIUtils
build.gradle
@@ -23,7 +23,7 @@ allprojects {
23
}
24
25
project.ext {
26
- sdkVersion='0.12.0'
+ sdkVersion='0.12.0-beta1'
27
versionCode=1
28
29
compileSdkVersion=28
0 commit comments