We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525d5da commit 9b708dbCopy full SHA for 9b708db
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Wikimedia Commons for Android
2
3
+## v2.8.5
4
+- Fixed issues with sporadic upload failures due to wrong mimeType
5
+
6
## v2.8.4
7
- Hotfix for constant upload crashes for Oreo users
8
app/build.gradle
@@ -90,8 +90,8 @@ android {
90
91
defaultConfig {
92
applicationId 'fr.free.nrw.commons'
93
- versionCode 91
94
- versionName '2.8.4'
+ versionCode 92
+ versionName '2.8.5'
95
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
96
97
minSdkVersion project.minSdkVersion
0 commit comments