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 c3b4acf commit 0cf43c3Copy full SHA for 0cf43c3
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
4
## UNRELEASED
5
6
+## [0.69.1-beta06]
7
+### Added
8
+* ui-toolkit: Add VersionWidget to display the app and sdk version (#87)
9
+* ui-toolkit: Add Developer Settings to the Profile Screen (#88)
10
+
11
## [0.69.1-beta05]
12
### Added
13
* ui-toolkit: Add a screen for the not-checked-in state (#63)
build.gradle
@@ -37,7 +37,7 @@ allprojects {
37
}
38
39
project.ext {
40
- sdkVersion = '0.69.1-beta05'
+ sdkVersion = '0.69.1-beta06'
41
versionCode = 1
42
43
compileSdkVersion = 31
0 commit comments