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 e90049b commit cf1faf4Copy full SHA for cf1faf4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Wikimedia Commons for Android
2
3
+## v2.10.2
4
+- Fixed remaining issues with date image taken
5
+- Fixed database crash
6
+
7
## v2.10.1
8
- Fixed "stuck before category selection screen" bug
9
- Fixed notification taps
app/build.gradle
@@ -97,8 +97,8 @@ android {
97
98
defaultConfig {
99
applicationId 'fr.free.nrw.commons'
100
- versionCode 226
101
- versionName '2.10.1'
+ versionCode 243
+ versionName '2.10.2'
102
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
103
104
minSdkVersion 15
0 commit comments