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 11# Wikimedia Commons for Android
22
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+
310## v2.11.0
411- Refactored upload process, explore/media details, and peer review to use MVP architecture
512- Refactored all AsyncTasks to use RxAndroid
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ android {
103103
104104 defaultConfig {
105105 applicationId ' fr.free.nrw.commons'
106- versionCode 475
107- versionName ' 2.11 .0'
106+ versionCode 508
107+ versionName ' 2.12 .0'
108108 setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
109109
110110 minSdkVersion 19
You can’t perform that action at this time.
0 commit comments