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 353dc08 commit efa2b43Copy full SHA for efa2b43
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.35.2]
5
+
6
+### Added
7
+- Support for manual coupons
8
9
+### Fixed
10
+- Long messages being cut off when scanning
11
12
## [0.35.1]
13
14
### Changes
build.gradle
@@ -30,7 +30,7 @@ allprojects {
30
}
31
32
project.ext {
33
- sdkVersion='0.35.1'
+ sdkVersion='0.35.2'
34
versionCode=1
35
36
compileSdkVersion=30
0 commit comments