Merge pull request #511 from misaochan/master

Versioning and changelog for v2.2.1
This commit is contained in:
Josephine Lim 2017-04-17 00:02:13 +10:00 committed by GitHub
commit 6c4751d7b7
2 changed files with 36 additions and 33 deletions

View file

@ -1,6 +1,9 @@
# Wikimedia Commons for Android # 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 - Revamped Nearby to query Wikidata by default instead of Wiki Needs Pictures
- Added action bar to About screen - Added action bar to About screen
- Fixed crash related to fragment transaction state loss - Fixed crash related to fragment transaction state loss

View file

@ -28,8 +28,8 @@ android {
defaultConfig { defaultConfig {
applicationId 'fr.free.nrw.commons' applicationId 'fr.free.nrw.commons'
versionCode 67 versionCode 68
versionName '2.2' versionName '2.2.1'
minSdkVersion project.minSdkVersion minSdkVersion project.minSdkVersion
targetSdkVersion project.targetSdkVersion targetSdkVersion project.targetSdkVersion
} }