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 11# Wikimedia Commons for Android
22
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+
313## v2.8.5
414- Fixed issues with sporadic upload failures due to wrong mimeType
515
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ android {
9090
9191 defaultConfig {
9292 applicationId ' fr.free.nrw.commons'
93- versionCode 92
94- versionName ' 2.8.5 '
93+ versionCode 93
94+ versionName ' 2.9.0 '
9595 setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
9696
9797 minSdkVersion 15
You can’t perform that action at this time.
0 commit comments