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 337030a commit a5a48b3Copy full SHA for a5a48b3
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [2.0.6] - 2021-05-03
10
+
11
+ * Update internal dependencies
12
+ * Update demo pictures
13
14
## [2.0.5] - 2021-05-01
15
16
* Fix pick the image from a sub-folder in gallery issue
build.gradle
@@ -3,8 +3,8 @@
3
buildscript {
4
ext {
5
kotlin_version = '1.4.32'
- versionCode = 24
- versionName = '2.0.5'
+ versionCode = 25
+ versionName = '2.0.6'
}
repositories {
0 commit comments