We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a796a8a commit be0b1dbCopy full SHA for be0b1db
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
@@ -207,8 +207,8 @@ android {
207
defaultConfig {
208
//applicationId 'fr.free.nrw.commons'
209
210
- versionCode 1042
211
- versionName '5.1.1'
+ versionCode 1043
+ versionName '5.1.2'
212
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
213
214
minSdkVersion 21
0 commit comments