This repository was archived by the owner on Apr 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- Changes in Tchap 1.0.xx (2020-xx-xx )
1+ Changes in Tchap 1.0.46 (2020-09-26 )
22===================================================
33
44Improvements:
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
1215Changes in Tchap 1.0.45 (2020-08-14)
1316===================================================
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ buildscript {
2323
2424// global properties used in sub modules
2525ext {
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}
You can’t perform that action at this time.
0 commit comments