Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit c990daf

Browse files
committed
Prepare version 0.8.19
1 parent 3995eed commit c990daf

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

CHANGES.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ Bugfix:
2323
- Fix issue when scrolling file list in room details (#2702)
2424
- Align switch camera button to parent in landscape mode (#2704)
2525

26-
Translations:
27-
-
28-
2926
Build:
3027
- Better build.gradle file (#2302)
3128

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
// global properties used in sub modules
2525
ext {
2626
versionCodeProp = 81900
27-
versionNameProp = "0.8.19-dev"
27+
versionNameProp = "0.8.19"
2828
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2929
buildNumberProp = "${versionBuild}"
3030
}

0 commit comments

Comments
 (0)