mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Merge pull request #351 from misaochan/master
Versioning and changelog for release v1.42
This commit is contained in:
commit
9652269e36
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue