mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +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
|
# 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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue