Skip to content

Commit

Permalink
Releasing version 4.0.3
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 1ff5205 commit f7b2f51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [4.0.3] - 2017-04-22
### Fixed
- Fix crash on playing audio (#995)
- Fix rare crash (#996)

## [4.0.2] - 2017-04-22
### Fixed
- Fix crash on some devices (#994)
Expand Down
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ if (travisBuild) {
play {
track = 'alpha'
jsonFile = rootProject.file('dist/googleplay-developer-key.json')
untrackOld = true
}

task publish(dependsOn: ['publishGoogleplayRelease']) {
Expand All @@ -180,5 +181,6 @@ else if (project.hasProperty('GOOGLE_PLAY_DEVELOPER_KEY_FILE')) {
play {
track = 'beta'
jsonFile = file(GOOGLE_PLAY_DEVELOPER_KEY_FILE)
untrackOld = true
}
}
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 = 224
appVersionName = '4.0.2'
appVersionCode = 226
appVersionName = '4.0.3'
targetSdkVersion = 22
compileSdkVersion = 25
buildToolsVersion = '25.0.2'
Expand Down

0 comments on commit f7b2f51

Please sign in to comment.