Skip to content

Commit

Permalink
Releasing version 4.1.0-beta2
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 26, 2017
1 parent a039c43 commit abbd635
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-beta2] - 2017-09-26
### Changed
- Support for plain HTTP download URLs (#1071)

### Fixed
- Workaround for Samsung devices not adhereing to battery optimization API (#1037)
- Fixed regression on status update (#1068)
- Allow use of location when precise location (GPS) is off (#1069)
- Fix inactive state request sent before authentication (#1070)

## [4.1.0-beta1] - 2017-09-10
### Changed
- Location sharing (#1004, #1027, #1062)
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 = 244
appVersionName = '4.1.0-beta1'
appVersionCode = 246
appVersionName = '4.1.0-beta2'
targetSdkVersion = 22
compileSdkVersion = 26
buildToolsVersion = '26.0.1'
Expand Down

0 comments on commit abbd635

Please sign in to comment.