Skip to content

Commit da28d4f

Browse files
committed
Versioning and changelog for v2.7.2 (commons-app#1610)
* Versioning for v2.7.2 * Update changelog.md
1 parent 7f6d615 commit da28d4f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Wikimedia Commons for Android
22

3+
## v2.7.2
4+
- Modified subtext for "automatically get current location" setting to emphasize that it will reveal user's location
5+
36
## v2.7.1
47
- Fixed UI and permission issues with Nearby
58
- Fixed issue with My Recent Uploads being empty

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ android {
9292

9393
defaultConfig {
9494
applicationId 'fr.free.nrw.commons'
95-
versionCode 84
96-
versionName '2.7.1'
95+
versionCode 85
96+
versionName '2.7.2'
9797
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
9898

9999
minSdkVersion project.minSdkVersion

0 commit comments

Comments
 (0)