Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 5f66b77

Browse files
committed
version ++
1 parent db7cb38 commit 5f66b77

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

TCHAP_CHANGES.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
Changes in Tchap 1.0.xx (2020-xx-xx)
1+
Changes in Tchap 1.0.46 (2020-09-26)
22
===================================================
33

44
Improvements:
55
* Update matrix-sdk.aar libs - Revision: 3d3c42c5a55bcc4e80d268a6eace93eb1dfc0247 [3d3c42c5a]
6+
Note: targetSdkVersion has been updated in matrix-sdk to Android 10 (API 29).
67
* Simplify the notifications handling #605
78

8-
Bug Fix:
9+
Bug Fixes:
910
* LoginActivity: block the UI when the loading wheel is running
10-
* [Preprod] Tchap crashes when it checks user presence #603
11+
* java.lang.NullPointerException (RoomViewHolder.java:197) #611
12+
* matrix-sdk: Tchap crashes when it checks user presence #603
13+
* matrix-sdk: Fix a crash on the crypto code (potentially a race condition)
1114

1215
Changes in Tchap 1.0.45 (2020-08-14)
1316
===================================================

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ buildscript {
2323

2424
// global properties used in sub modules
2525
ext {
26-
versionCodeProp = 70
27-
versionNameProp = "1.0.46_dev"
26+
versionCodeProp = 71
27+
versionNameProp = "1.0.46"
2828
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2929
buildNumberProp = "${versionBuild}"
3030
}

0 commit comments

Comments
 (0)