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

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