mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #511 from misaochan/master
Versioning and changelog for v2.2.1
This commit is contained in:
commit
6c4751d7b7
2 changed files with 36 additions and 33 deletions
|
|
@ -1,6 +1,9 @@
|
|||
# Wikimedia Commons for Android
|
||||
|
||||
##v2.2 beta
|
||||
## v2.2.1 beta
|
||||
- Hotfix for Settings crash
|
||||
|
||||
## v2.2 beta (will not be released to Production due to bugs with Settings)
|
||||
- Revamped Nearby to query Wikidata by default instead of Wiki Needs Pictures
|
||||
- Added action bar to About screen
|
||||
- Fixed crash related to fragment transaction state loss
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId 'fr.free.nrw.commons'
|
||||
versionCode 67
|
||||
versionName '2.2'
|
||||
versionCode 68
|
||||
versionName '2.2.1'
|
||||
minSdkVersion project.minSdkVersion
|
||||
targetSdkVersion project.targetSdkVersion
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue