File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
3
- ## v2.4 beta
3
+ ## v2.4.1 beta
4
+ - Fixed crash with uploading multiple photos
5
+ - Fixed memory leaks
6
+ - Fixed issues with Nearby places list and map
7
+
8
+ ## v2.4
4
9
- Fixed memory issue with loading contributions on main screen
5
10
- Deleted images don't show up on contributions list
6
11
- Added Fresco library for image loading and LeakCanary for memory profiling
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ android {
40
40
41
41
defaultConfig {
42
42
applicationId ' fr.free.nrw.commons'
43
- versionCode 71
44
- versionName ' 2.4'
43
+ versionCode 72
44
+ versionName ' 2.4.1 '
45
45
minSdkVersion project. minSdkVersion
46
46
targetSdkVersion project. targetSdkVersion
47
47
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments