File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
3
+ ## v2.12.0
4
+ - Completed codebase overhaul
5
+ - Added filters for place type and place state to Nearby
6
+ - Switched to using new data client library, aimed at fixing failed uploads
7
+ - Fixed 2FA not working
8
+ - Fixed issues with upload date and deletion notifications
9
+
3
10
## v2.11.0
4
11
- Refactored upload process, explore/media details, and peer review to use MVP architecture
5
12
- Refactored all AsyncTasks to use RxAndroid
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ android {
103
103
104
104
defaultConfig {
105
105
applicationId ' fr.free.nrw.commons'
106
- versionCode 475
107
- versionName ' 2.11 .0'
106
+ versionCode 508
107
+ versionName ' 2.12 .0'
108
108
setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
109
109
110
110
minSdkVersion 19
You can’t perform that action at this time.
0 commit comments