diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c39134e6..7b0aedfcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # 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 - Deleted images don't show up on contributions list - Added Fresco library for image loading and LeakCanary for memory profiling diff --git a/app/build.gradle b/app/build.gradle index 811639e02..60db1b27a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,8 +40,8 @@ android { defaultConfig { applicationId 'fr.free.nrw.commons' - versionCode 71 - versionName '2.4' + versionCode 72 + versionName '2.4.1' minSdkVersion project.minSdkVersion targetSdkVersion project.targetSdkVersion testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"