mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Versioning and changelog for v2.8.2 (#1842)
* Versioning for v2.8.2 * Changelog for v2.8.2
This commit is contained in:
parent
4c476e7a06
commit
b743d021f0
2 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
## v2.8.2
|
||||||
|
- Fixed bug with uploads sent via Share being given .jpeg extensions and overwriting files of the same name
|
||||||
|
|
||||||
## v2.8.1
|
## v2.8.1
|
||||||
- Fixed bug with category edits not being sent to server
|
- Fixed bug with category edits not being sent to server
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -90,8 +90,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'fr.free.nrw.commons'
|
applicationId 'fr.free.nrw.commons'
|
||||||
versionCode 88
|
versionCode 89
|
||||||
versionName '2.8.1'
|
versionName '2.8.2'
|
||||||
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
|
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
|
||||||
|
|
||||||
minSdkVersion project.minSdkVersion
|
minSdkVersion project.minSdkVersion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue