Skip to content

Commit

Permalink
Releasing version 4.1.0 (260)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Nov 1, 2017
1 parent 388de28 commit a42ea29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [4.1.0] - 2017-11-01
### Changed
- Foreground service notification (#1084)
- Some performance improvements on messages operations

### Fixed
- Fix bug in smiley to emoji conversion (#1087)
- Fix serious bug in group members list status
- Show contact picture on Motorola Active Display

## [4.1.0-beta4] - 2017-10-12
### Changed
- Automatic conversion of text smileys into emojis (#940)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ allprojects {

evaluationDependsOn ":client-common-java"
ext {
appVersionCode = 250
appVersionName = '4.1.0-beta4'
appVersionCode = 260
appVersionName = '4.1.0'
targetSdkVersion = 22
compileSdkVersion = 27
smackVersion = project(':client-common-java').smackVersion
Expand Down

0 comments on commit a42ea29

Please sign in to comment.