Merge remote-tracking branch 'refs/remotes/commons-app/2.8-release' into 2.8-release-fork

This commit is contained in:
misaochan 2018-06-12 19:59:28 +10:00
commit a2b1f5bb4d
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Wikimedia Commons for Android # Wikimedia Commons for Android
## v2.7.2
- Modified subtext for "automatically get current location" setting to emphasize that it will reveal user's location
## v2.7.1 ## v2.7.1
- Fixed UI and permission issues with Nearby - Fixed UI and permission issues with Nearby
- Fixed issue with My Recent Uploads being empty - Fixed issue with My Recent Uploads being empty

View file

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