Skip to content

Commit be0b1db

Browse files
committed
Version v5.1.2
1 parent a796a8a commit be0b1db

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
@@ -207,8 +207,8 @@ android {
207207
defaultConfig {
208208
//applicationId 'fr.free.nrw.commons'
209209

210-
versionCode 1042
211-
versionName '5.1.1'
210+
versionCode 1043
211+
versionName '5.1.2'
212212
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
213213

214214
minSdkVersion 21

0 commit comments

Comments
 (0)