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.10.2 (#2531)
* Update changelog.md * Versioning for v2.10.2 * Update changelog.md
This commit is contained in:
parent
e90049bb31
commit
cf1faf48e9
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
## v2.10.2
|
||||||
|
- Fixed remaining issues with date image taken
|
||||||
|
- Fixed database crash
|
||||||
|
|
||||||
## v2.10.1
|
## v2.10.1
|
||||||
- Fixed "stuck before category selection screen" bug
|
- Fixed "stuck before category selection screen" bug
|
||||||
- Fixed notification taps
|
- Fixed notification taps
|
||||||
|
|
|
||||||
|
|
@ -97,8 +97,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'fr.free.nrw.commons'
|
applicationId 'fr.free.nrw.commons'
|
||||||
versionCode 226
|
versionCode 243
|
||||||
versionName '2.10.1'
|
versionName '2.10.2'
|
||||||
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
|
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
|
||||||
|
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue