Merge pull request #684 from misaochan/master

Versioning and changelog for v2.4.1
This commit is contained in:
Josephine Lim 2017-05-27 17:44:06 +10:00 committed by GitHub
commit 93cf3fbdec
2 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,11 @@
# Wikimedia Commons for Android # Wikimedia Commons for Android
## v2.4 beta ## v2.4.1 beta
- Fixed crash with uploading multiple photos
- Fixed memory leaks
- Fixed issues with Nearby places list and map
## v2.4
- Fixed memory issue with loading contributions on main screen - Fixed memory issue with loading contributions on main screen
- Deleted images don't show up on contributions list - Deleted images don't show up on contributions list
- Added Fresco library for image loading and LeakCanary for memory profiling - Added Fresco library for image loading and LeakCanary for memory profiling

View file

@ -40,8 +40,8 @@ android {
defaultConfig { defaultConfig {
applicationId 'fr.free.nrw.commons' applicationId 'fr.free.nrw.commons'
versionCode 71 versionCode 72
versionName '2.4' versionName '2.4.1'
minSdkVersion project.minSdkVersion minSdkVersion project.minSdkVersion
targetSdkVersion project.targetSdkVersion targetSdkVersion project.targetSdkVersion
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"