Merge pull request #1020 from misaochan/master

Versioning and changelog for v2.6.5
This commit is contained in:
Josephine Lim 2017-12-19 20:17:28 +10:00 committed by GitHub
commit 2a80b7ff36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -83,8 +83,8 @@ android {
defaultConfig {
applicationId 'fr.free.nrw.commons'
versionCode 79
versionName '2.6.4'
versionCode 80
versionName '2.6.5'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion project.minSdkVersion