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 8cf198e commit e7dc92fCopy full SHA for e7dc92f
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.12.0-beta2]
5
+
6
+### Added
7
+- Added support for encoded codes csv
8
9
## [0.12.0-beta1]
10
11
### Important Changes
build.gradle
@@ -23,7 +23,7 @@ allprojects {
23
}
24
25
project.ext {
26
- sdkVersion='0.12.0-beta1'
+ sdkVersion='0.12.0-beta2'
27
versionCode=1
28
29
compileSdkVersion=28
0 commit comments