Skip to content

Commit 9b708db

Browse files
authored
Versioning and changelog for v2.8.5 (#1923)
* Versioning for v2.8.5 * Update changelog.md
1 parent 525d5da commit 9b708db

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Wikimedia Commons for Android
22

3+
## v2.8.5
4+
- Fixed issues with sporadic upload failures due to wrong mimeType
5+
36
## v2.8.4
47
- Hotfix for constant upload crashes for Oreo users
58

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ android {
9090

9191
defaultConfig {
9292
applicationId 'fr.free.nrw.commons'
93-
versionCode 91
94-
versionName '2.8.4'
93+
versionCode 92
94+
versionName '2.8.5'
9595
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
9696

9797
minSdkVersion project.minSdkVersion

0 commit comments

Comments
 (0)