Skip to content

Commit 76078cf

Browse files
committed
Merge remote-tracking branch 'origin/v5.1.0'
2 parents efc9ae8 + be0b1db commit 76078cf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Wikimedia Commons for Android
22

3+
## v5.1.2
4+
5+
### What's changed
6+
7+
* Fix the broken category search in the explore screen
8+
39
## v5.1.1
410

511
### What's changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ android {
212212
defaultConfig {
213213
//applicationId 'fr.free.nrw.commons'
214214

215-
versionCode 1042
216-
versionName '5.1.1'
215+
versionCode 1043
216+
versionName '5.1.2'
217217
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
218218

219219
minSdkVersion 21

0 commit comments

Comments
 (0)