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 d6e53a1 commit 00fc82eCopy full SHA for 00fc82e
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.13.2]
5
+
6
+### Fixed
7
+- Fixed a crash when generating price overrides, due to an api incompatibility
8
9
## [0.13.1]
10
11
### Added
build.gradle
@@ -23,7 +23,7 @@ allprojects {
23
}
24
25
project.ext {
26
- sdkVersion='0.13.1'
+ sdkVersion='0.13.2'
27
versionCode=1
28
29
compileSdkVersion=28
0 commit comments