We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc74f3a commit d3dfdc8Copy full SHA for d3dfdc8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Wikimedia Commons for Android
2
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
+
8
## v2.8.2
9
- Fixed bug with uploads sent via Share being given .jpeg extensions and overwriting files of the same name
10
app/build.gradle
@@ -90,8 +90,8 @@ android {
90
91
defaultConfig {
92
applicationId 'fr.free.nrw.commons'
93
- versionCode 89
94
- versionName '2.8.2'
+ versionCode 90
+ versionName '2.8.3'
95
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
96
97
minSdkVersion project.minSdkVersion
0 commit comments