mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Merge pull request #684 from misaochan/master
Versioning and changelog for v2.4.1
This commit is contained in:
commit
93cf3fbdec
2 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue