We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6e9bd commit e9b696cCopy full SHA for e9b696c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Wikimedia Commons for Android
2
3
+## v2.10.1
4
+- Fixed "stuck before category selection screen" bug
5
+- Fixed notification taps
6
+- Fixed crash while uploading images
7
+- Fixed crash while loading contributions
8
+- Fixed sporadic issue with date image was taken
9
+
10
## v2.10.0
11
- Added option to search for places that need pictures in any location
12
- Added coordinate check for images submitted via Nearby
app/build.gradle
@@ -97,8 +97,8 @@ android {
97
98
defaultConfig {
99
applicationId 'fr.free.nrw.commons'
100
- versionCode 212
101
- versionName '2.10.0'
+ versionCode 226
+ versionName '2.10.1'
102
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
103
104
minSdkVersion 15
0 commit comments