We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e41c4 commit 9bbb1a9Copy full SHA for 9bbb1a9
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Wikimedia Commons for Android
2
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
12
## v5.1.0
13
14
### What's Changed
app/build.gradle
@@ -207,8 +207,8 @@ android {
207
defaultConfig {
208
//applicationId 'fr.free.nrw.commons'
209
210
- versionCode 1041
211
- versionName '5.1.0'
+ versionCode 1042
+ versionName '5.1.1'
212
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
213
214
minSdkVersion 21
0 commit comments