Skip to content

Commit d3dfdc8

Browse files
authored
Versioning and changelog for v2.8.3 (#1886)
* Update changelog.md * Versioning for v2.8.3
1 parent cc74f3a commit d3dfdc8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## v2.8.3
4+
- Fixed issues with session tokens not being cleared in 2FA, which should reduce p18 edit failures as well
5+
- Fixed crash caused by bug in fetching revert count
6+
- Fixed crash potentially caused by Traceur library
7+
38
## v2.8.2
49
- Fixed bug with uploads sent via Share being given .jpeg extensions and overwriting files of the same name
510

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ android {
9090

9191
defaultConfig {
9292
applicationId 'fr.free.nrw.commons'
93-
versionCode 89
94-
versionName '2.8.2'
93+
versionCode 90
94+
versionName '2.8.3'
9595
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
9696

9797
minSdkVersion project.minSdkVersion

0 commit comments

Comments
 (0)