Versioning and changelog for v2.8.5 (#1923)

* Versioning for v2.8.5

* Update changelog.md
This commit is contained in:
Josephine Lim 2018-10-11 20:58:09 +11:00 committed by GitHub
parent 525d5da3d2
commit 9b708dbc32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Wikimedia Commons for Android
## v2.8.5
- Fixed issues with sporadic upload failures due to wrong mimeType
## v2.8.4
- Hotfix for constant upload crashes for Oreo users

View file

@ -90,8 +90,8 @@ android {
defaultConfig {
applicationId 'fr.free.nrw.commons'
versionCode 91
versionName '2.8.4'
versionCode 92
versionName '2.8.5'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion project.minSdkVersion