File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
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
4
10
- New media details UI, ability to zoom and pan around image
5
11
- Added suggestions for a place that needs photos if user uploads a photo that is near one of them
6
12
- Modifications and fixes to Nearby filters based on user feedback
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ android {
126
126
127
127
defaultConfig {
128
128
// applicationId 'fr.free.nrw.commons'
129
- versionCode 709
130
- versionName ' 2.13'
129
+ versionCode 775
130
+ versionName ' 2.13.1 '
131
131
setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
132
132
133
133
minSdkVersion 19
You can’t perform that action at this time.
0 commit comments