Skip to content

Commit a4bcfc9

Browse files
committed
Merge branch 'nicolas-raoul-master'
2 parents 2905934 + 177eb9c commit a4bcfc9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Wikimedia Commons for Android
22

3+
## v1.13
4+
- Fixed prettyLicense and mediaUri crashes
5+
36
## v1.12
47
- Further bug fixes for Polish language
58
- Added Javadocs

commons/app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="fr.free.nrw.commons"
3-
android:versionCode="28"
4-
android:versionName="1.12" >
3+
android:versionCode="29"
4+
android:versionName="1.13" >
55

66
<uses-sdk
77
android:minSdkVersion="9"

0 commit comments

Comments
 (0)