We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2905934 + 177eb9c commit a4bcfc9Copy full SHA for a4bcfc9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Wikimedia Commons for Android
2
3
+## v1.13
4
+- Fixed prettyLicense and mediaUri crashes
5
+
6
## v1.12
7
- Further bug fixes for Polish language
8
- Added Javadocs
commons/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="28"
- android:versionName="1.12" >
+ android:versionCode="29"
+ android:versionName="1.13" >
<uses-sdk
android:minSdkVersion="9"
0 commit comments