We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efc9ae8 + be0b1db commit 76078cfCopy full SHA for 76078cf
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Wikimedia Commons for Android
2
3
+## v5.1.2
4
+
5
+### What's changed
6
7
+* Fix the broken category search in the explore screen
8
9
## v5.1.1
10
11
### What's changed
app/build.gradle
@@ -212,8 +212,8 @@ android {
212
defaultConfig {
213
//applicationId 'fr.free.nrw.commons'
214
215
- versionCode 1042
216
- versionName '5.1.1'
+ versionCode 1043
+ versionName '5.1.2'
217
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
218
219
minSdkVersion 21
0 commit comments