Skip to content

Commit 87f4796

Browse files
authored
Versioning and changelog for v2.13.1 (#3908)
* Update changelog.md * Versioning for v2.13.1
1 parent fcc3053 commit 87f4796

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Wikimedia Commons for Android
22

3-
## v2.13
3+
## v2.13.1
4+
- Added OpenStreetMap attribution
5+
- Fixed various crashes
6+
- Fixed SQLite error in Nearby map
7+
- Fixed issue with Nearby uploads not being associated with Wikidata p18
8+
9+
## v2.13.0
410
- New media details UI, ability to zoom and pan around image
511
- Added suggestions for a place that needs photos if user uploads a photo that is near one of them
612
- Modifications and fixes to Nearby filters based on user feedback

app/build.gradle

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

127127
defaultConfig {
128128
//applicationId 'fr.free.nrw.commons'
129-
versionCode 709
130-
versionName '2.13'
129+
versionCode 775
130+
versionName '2.13.1'
131131
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
132132

133133
minSdkVersion 19

0 commit comments

Comments
 (0)