Skip to content

Commit

Permalink
Update versionName, versionCode and changelog of release 2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgardep committed Oct 1, 2020
1 parent 0c0ca1d commit 13511f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.15.3 (October 2020)
- Bug fixes, including:
+ Fix a crash related to downloads notifications
+ Potential fix for ANR when retrying camera uploads
+ Removal of legacy header http.protocol.single-cookie-header

## 2.15.2 (September 2020)
- Update logcat library
- Bug fixes, including:
Expand Down
2 changes: 1 addition & 1 deletion owncloud-android-library
4 changes: 2 additions & 2 deletions owncloudApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ android {

testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"

versionCode = 21500200
versionName = "2.15.2"
versionCode = 21500300
versionName = "2.15.3"

buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
Expand Down

0 comments on commit 13511f5

Please sign in to comment.