Merge pull request #351 from misaochan/master

Versioning and changelog for release v1.42
This commit is contained in:
Josephine Lim 2016-12-31 15:20:55 +13:00 committed by GitHub
commit 9652269e36
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Wikimedia Commons for Android
##v1.42
- Fixed language mappings; successful translatewiki integration
- Various translations added
##v1.41
- Bumped min SDK and removed escaped characters for translatewiki.net integration
- Added check for whether file already exists on Commons

View file

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.free.nrw.commons"
android:versionCode="59"
android:versionName="1.41" >
android:versionCode="60"
android:versionName="1.42" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>