File tree 2 files changed +10
-2
lines changed
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
+ ## v2.4 beta
4
+ - Fixed memory issue with loading contributions on main screen
5
+ - Deleted images don't show up on contributions list
6
+ - Added Fresco library for image loading and LeakCanary for memory profiling
7
+ - Added navigation drawer and overhauled action bar
8
+ - Added logout functionality
9
+ - Fixed various issues with map of Nearby places
10
+
3
11
## v2.3 beta
4
12
- Add map of Nearby places
5
13
- Add overlay dialog when a Nearby place is tapped
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ android {
39
39
40
40
defaultConfig {
41
41
applicationId ' fr.free.nrw.commons'
42
- versionCode 70
43
- versionName ' 2.3 '
42
+ versionCode 71
43
+ versionName ' 2.4 '
44
44
minSdkVersion project. minSdkVersion
45
45
targetSdkVersion project. targetSdkVersion
46
46
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments