Skip to content

Commit e9b696c

Browse files
authored
Versioning and changelog for v2.10.1 (commons-app#2501)
* Update changelog.md * Update build.gradle * Versioning for v2.10.1 * Update changelog.md
1 parent 9c6e9bd commit e9b696c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## v2.10.1
4+
- Fixed "stuck before category selection screen" bug
5+
- Fixed notification taps
6+
- Fixed crash while uploading images
7+
- Fixed crash while loading contributions
8+
- Fixed sporadic issue with date image was taken
9+
310
## v2.10.0
411
- Added option to search for places that need pictures in any location
512
- Added coordinate check for images submitted via Nearby

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ android {
9797

9898
defaultConfig {
9999
applicationId 'fr.free.nrw.commons'
100-
versionCode 212
101-
versionName '2.10.0'
100+
versionCode 226
101+
versionName '2.10.1'
102102
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
103103

104104
minSdkVersion 15

0 commit comments

Comments
 (0)