We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a474649 commit 1927dfbCopy full SHA for 1927dfb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Wikimedia Commons for Android
2
3
+##v1.32
4
+- Use Quadtree source instead of JAR, for F-Droid compatibility
5
+- Fixed GPS extractor not being called
6
+
7
##v1.31
8
- Fixed bug with geolocation category suggestions not being displayed
9
- Fixed bug with (0,0) being recorded as image location occasionally
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="49"
- android:versionName="1.31" >
+ android:versionCode="50"
+ android:versionName="1.32" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
0 commit comments