File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
3
+ ## v2.9.0
4
+ - New main screen UI with Nearby tab
5
+ - New upload UI and flow
6
+ - Multiple uploads
7
+ - Send Log File revamp
8
+ - Fixed issues with wrong "image taken" date
9
+ - Fixed default zoom level in Nearby map
10
+ - Incremented target SDK to 27, with corresponding notification channel fix
11
+ - Removed several redundant libraries to reduce bloat
12
+
3
13
## v2.8.5
4
14
- Fixed issues with sporadic upload failures due to wrong mimeType
5
15
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ android {
90
90
91
91
defaultConfig {
92
92
applicationId ' fr.free.nrw.commons'
93
- versionCode 92
94
- versionName ' 2.8.5 '
93
+ versionCode 93
94
+ versionName ' 2.9.0 '
95
95
setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
96
96
97
97
minSdkVersion 15
You can’t perform that action at this time.
0 commit comments