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 3995eed commit c990dafCopy full SHA for c990daf
2 files changed
CHANGES.rst
@@ -23,9 +23,6 @@ Bugfix:
23
- Fix issue when scrolling file list in room details (#2702)
24
- Align switch camera button to parent in landscape mode (#2704)
25
26
-Translations:
27
- -
28
-
29
Build:
30
- Better build.gradle file (#2302)
31
build.gradle
@@ -24,7 +24,7 @@ buildscript {
// global properties used in sub modules
ext {
versionCodeProp = 81900
- versionNameProp = "0.8.19-dev"
+ versionNameProp = "0.8.19"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "${versionBuild}"
}
0 commit comments