Skip to content

Commit 93cf3fb

Browse files
authored
Merge pull request commons-app#684 from misaochan/master
Versioning and changelog for v2.4.1
2 parents a656b79 + 9557ed6 commit 93cf3fb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Wikimedia Commons for Android
22

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
49
- Fixed memory issue with loading contributions on main screen
510
- Deleted images don't show up on contributions list
611
- Added Fresco library for image loading and LeakCanary for memory profiling

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040

4141
defaultConfig {
4242
applicationId 'fr.free.nrw.commons'
43-
versionCode 71
44-
versionName '2.4'
43+
versionCode 72
44+
versionName '2.4.1'
4545
minSdkVersion project.minSdkVersion
4646
targetSdkVersion project.targetSdkVersion
4747
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)