Merge branch 'release/0.14.1' into develop

This commit is contained in:
Benoit Marty 2020-02-02 07:56:00 +01:00
commit 6f60f1c6b4
2 changed files with 5 additions and 19 deletions

View file

@ -1,23 +1,9 @@
Changes in RiotX 0.15.0 (2020-XX-XX) Changes in RiotX 0.14.1 (2020-02-02)
=================================================== ===================================================
Features ✨:
-
Improvements 🙌:
-
Other changes:
-
Bugfix 🐛: Bugfix 🐛:
- - Cross-signing: fix UX issue when closing the bottom sheet verification (#813)
- Room and room member profile: fix issues on dark and black themes
Translations 🗣:
-
Build 🧱:
-
Changes in RiotX 0.14.0 (2020-02-01) Changes in RiotX 0.14.0 (2020-02-01)
=================================================== ===================================================

View file

@ -15,8 +15,8 @@ androidExtensions {
} }
ext.versionMajor = 0 ext.versionMajor = 0
ext.versionMinor = 15 ext.versionMinor = 14
ext.versionPatch = 0 ext.versionPatch = 1
static def getGitTimestamp() { static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct' def cmd = 'git show -s --format=%ct'