Versioning and changelog for v2.8.2 (#1842)

* Versioning for v2.8.2

* Changelog for v2.8.2
This commit is contained in:
Josephine Lim 2018-08-20 20:07:29 +10:00 committed by GitHub
parent 4c476e7a06
commit b743d021f0
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.2
- Fixed bug with uploads sent via Share being given .jpeg extensions and overwriting files of the same name
## v2.8.1 ## v2.8.1
- Fixed bug with category edits not being sent to server - Fixed bug with category edits not being sent to server

View file

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