We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adb052 commit 89defc5Copy full SHA for 89defc5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Wikimedia Commons for Android
2
3
+## v2.7.2
4
+- Modified subtext for "automatically get current location" setting to emphasize that it will reveal user's location
5
+
6
## v2.7.1
7
- Fixed UI and permission issues with Nearby
8
- Fixed issue with My Recent Uploads being empty
app/build.gradle
@@ -91,8 +91,8 @@ android {
91
92
defaultConfig {
93
applicationId 'fr.free.nrw.commons'
94
- versionCode 84
95
- versionName '2.7.1'
+ versionCode 85
+ versionName '2.7.2'
96
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
97
98
minSdkVersion project.minSdkVersion
0 commit comments