mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #722 from misaochan/master
Versioning and changelog for v2.4.2 release
This commit is contained in:
commit
0e655a0668
2 changed files with 11 additions and 2 deletions
|
|
@ -1,5 +1,14 @@
|
|||
# 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
|
||||
- Fixed crash with uploading multiple photos
|
||||
- Fixed memory leaks
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId 'fr.free.nrw.commons'
|
||||
versionCode 72
|
||||
versionName '2.4.1'
|
||||
versionCode 73
|
||||
versionName '2.4.2'
|
||||
minSdkVersion project.minSdkVersion
|
||||
targetSdkVersion project.targetSdkVersion
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue