Skip to content

Commit 89defc5

Browse files
authored
Versioning and changelog for v2.7.2 (#1610)
* Versioning for v2.7.2 * Update changelog.md
1 parent 1adb052 commit 89defc5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ android {
9191

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

9898
minSdkVersion project.minSdkVersion

0 commit comments

Comments
 (0)