Versioning and changelog for v2.8.1 (#1827)

* Versioning for v2.8.1

* Update changelog.md

* Fix changelog.md typo
This commit is contained in:
Josephine Lim 2018-08-14 17:58:32 +10:00 committed by GitHub
parent 7dee0a45b1
commit b17957dbb1
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 # Wikimedia Commons for Android
## v2.8.1
- Fixed bug with category edits not being sent to server
## v2.8.0 ## v2.8.0
- Fixed failed uploads by modifying auth token - Fixed failed uploads by modifying auth token
- Fixed crashes during upload by storing file temporarily - Fixed crashes during upload by storing file temporarily

View file

@ -89,8 +89,8 @@ android {
defaultConfig { defaultConfig {
applicationId 'fr.free.nrw.commons' applicationId 'fr.free.nrw.commons'
versionCode 87 versionCode 88
versionName '2.8.0' versionName '2.8.1'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion project.minSdkVersion minSdkVersion project.minSdkVersion