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 4c476e7 commit b743d02Copy full SHA for b743d02
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Wikimedia Commons for Android
2
3
+## v2.8.2
4
+- Fixed bug with uploads sent via Share being given .jpeg extensions and overwriting files of the same name
5
+
6
## v2.8.1
7
- Fixed bug with category edits not being sent to server
8
app/build.gradle
@@ -90,8 +90,8 @@ android {
90
91
defaultConfig {
92
applicationId 'fr.free.nrw.commons'
93
- versionCode 88
94
- versionName '2.8.1'
+ versionCode 89
+ versionName '2.8.2'
95
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
96
97
minSdkVersion project.minSdkVersion
0 commit comments