Increment version number to 87

Because 86 used for alpha release
This commit is contained in:
misaochan 2018-08-08 17:34:10 +10:00
parent bf50e749ec
commit 9241e6d755

View file

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