Skip to content

Commit

Permalink
Releasing version 4.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Apr 22, 2017
1 parent 61f9c10 commit abe4e13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [4.0.2] - 2017-04-22
### Fixed
- Fix crash on some devices (#994)

## [4.0.1] - 2017-04-17
### Changed
- Audio recording limit is now 2m on PTT and 5m on audio dialog
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ allprojects {

evaluationDependsOn ":client-common-java"
ext {
appVersionCode = 222
appVersionName = '4.0.1'
appVersionCode = 224
appVersionName = '4.0.2'
targetSdkVersion = 22
compileSdkVersion = 25
buildToolsVersion = '25.0.2'
Expand Down

0 comments on commit abe4e13

Please sign in to comment.