Version v5.1.2

This commit is contained in:
Kaartic Sivaraam 2025-01-15 12:50:53 +05:30
parent a796a8adcf
commit be0b1db193
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Wikimedia Commons for Android # Wikimedia Commons for Android
## v5.1.2
### What's changed
* Fix the broken category search in the explore screen
## v5.1.1 ## v5.1.1
### What's changed ### What's changed

View file

@ -207,8 +207,8 @@ android {
defaultConfig { defaultConfig {
//applicationId 'fr.free.nrw.commons' //applicationId 'fr.free.nrw.commons'
versionCode 1042 versionCode 1043
versionName '5.1.1' versionName '5.1.2'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 21 minSdkVersion 21