Skip to content

Commit 1927dfb

Browse files
committed
Versioning, Update changelog.md
1 parent a474649 commit 1927dfb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
##v1.32
4+
- Use Quadtree source instead of JAR, for F-Droid compatibility
5+
- Fixed GPS extractor not being called
6+
37
##v1.31
48
- Fixed bug with geolocation category suggestions not being displayed
59
- Fixed bug with (0,0) being recorded as image location occasionally

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="49"
4-
android:versionName="1.31" >
3+
android:versionCode="50"
4+
android:versionName="1.32" >
55

66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

0 commit comments

Comments
 (0)