Merge pull request #722 from misaochan/master

Versioning and changelog for v2.4.2 release
This commit is contained in:
Josephine Lim 2017-06-05 17:10:06 +10:00 committed by GitHub
commit 0e655a0668
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# Wikimedia Commons for Android # Wikimedia Commons for Android
## v2.4.2 beta
- Added option to launch tutorial again from nav drawer
- Added marker for current location in Nearby map
- Fixed various strings
- Added check for location permissions when launching Nearby
- Temporary fix for API 25 camera crash
- App should now display accurate upload count
- Updated Gradle from 3.3 to 4.0
## v2.4.1 beta ## v2.4.1 beta
- Fixed crash with uploading multiple photos - Fixed crash with uploading multiple photos
- Fixed memory leaks - Fixed memory leaks

View file

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