Skip to content

Commit cf1faf4

Browse files
authored
Versioning and changelog for v2.10.2 (#2531)
* Update changelog.md * Versioning for v2.10.2 * Update changelog.md
1 parent e90049b commit cf1faf4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Wikimedia Commons for Android
22

3+
## v2.10.2
4+
- Fixed remaining issues with date image taken
5+
- Fixed database crash
6+
37
## v2.10.1
48
- Fixed "stuck before category selection screen" bug
59
- Fixed notification taps

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ android {
9797

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

104104
minSdkVersion 15

0 commit comments

Comments
 (0)