We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6d615 commit da28d4fCopy full SHA for da28d4f
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
@@ -92,8 +92,8 @@ android {
92
93
defaultConfig {
94
applicationId 'fr.free.nrw.commons'
95
- versionCode 84
96
- versionName '2.7.1'
+ versionCode 85
+ versionName '2.7.2'
97
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
98
99
minSdkVersion project.minSdkVersion
0 commit comments