File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
3
- ##v2.1 beta
3
+ ##v2.2 beta
4
+ - Revamped Nearby to query Wikidata by default instead of Wiki Needs Pictures
5
+ - Added action bar to About screen
6
+ - Fixed crash related to fragment transaction state loss
7
+ - Moved Feedback menu item below Settings
8
+ - Various code optimizations and refactoring
9
+
10
+ ##v2.1
4
11
- Added beta opt in link to Settings
5
12
- Added Codacy and Butterknife support
6
13
- Added Light theme for day/outdoor use
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
28
28
29
29
defaultConfig {
30
30
applicationId ' fr.free.nrw.commons'
31
- versionCode 66
32
- versionName ' 2.1 '
31
+ versionCode 67
32
+ versionName ' 2.2 '
33
33
minSdkVersion project. minSdkVersion
34
34
targetSdkVersion project. targetSdkVersion
35
35
}
You can’t perform that action at this time.
0 commit comments