File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
3
+ ## v3.0.0
4
+ - Added Structured Data to upload workflow, users can now add depicts
5
+ - Added Leaderboard in Achievements screen
6
+ - Added to-do system for images with no categories/descriptions or with associated Wikipedia articles that have no pictures
7
+ - Users can now modify and add categories to their uploads from the media details view
8
+ - New UI for main screen
9
+ - Limited connection mode added, users can now pause and resume uploads
10
+
3
11
## v2.13.1
4
12
- Added OpenStreetMap attribution
5
13
- Fixed various crashes
Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ android {
150
150
151
151
defaultConfig {
152
152
// applicationId 'fr.free.nrw.commons'
153
- versionCode 775
154
- versionName ' 2.13.1 '
153
+ versionCode 876
154
+ versionName ' 3.0.0 '
155
155
setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
156
156
157
157
minSdkVersion 19
You can’t perform that action at this time.
0 commit comments