Skip to content

Commit 9bbb1a9

Browse files
committed
Version 5.1.1
1 parent 91e41c4 commit 9bbb1a9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## v5.1.1
4+
5+
### What's changed
6+
7+
* Use a Android new EXIF interface that to mitigate security issues in old
8+
EXIF interface.
9+
* Make the icon that helps view the upload queue always visible as it ensures
10+
that the queue accessible at all times.
11+
312
## v5.1.0
413

514
### What's Changed

Diff for: 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 1041
211-
versionName '5.1.0'
210+
versionCode 1042
211+
versionName '5.1.1'
212212
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
213213

214214
minSdkVersion 21

0 commit comments

Comments
 (0)