Skip to content

Commit

Permalink
Releasing version 4.1.0-beta3
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Sep 28, 2017
1 parent b459e0c commit a24ccde
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.1.0-beta3] - 2017-09-28
### Fixed
- Fix group creation issue (#1067)

## [4.1.0-beta2] - 2017-09-26
### Changed
- Support for plain HTTP download URLs (#1071)
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 = 246
appVersionName = '4.1.0-beta2'
appVersionCode = 248
appVersionName = '4.1.0-beta3'
targetSdkVersion = 22
compileSdkVersion = 26
buildToolsVersion = '26.0.1'
Expand Down

0 comments on commit a24ccde

Please sign in to comment.