We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb5054b + 0d31fc1 commit 951615fCopy full SHA for 951615f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Wikimedia Commons for Android
2
3
+##v1.43
4
+- Added translations for multiple languages
5
+- Minor code optimization
6
+
7
##v1.42
8
- Fixed language mappings; successful translatewiki integration
9
- Various translations added
app/src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.free.nrw.commons"
- android:versionCode="60"
- android:versionName="1.42" >
+ android:versionCode="61"
+ android:versionName="1.43" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
0 commit comments