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 b95320c + 20cf577 commit 1bdcf3fCopy full SHA for 1bdcf3f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Wikimedia Commons for Android
2
3
+##v1.25
4
+- Added in-app signup feature for new users
5
+- Fixed crash when reading GPS coordinates
6
+
7
##v1.24
8
- Moved from bits/event.gif to wikimedia/beacon
9
- Fixed issue with needing to tap gallery again after giving permissions
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="42"
- android:versionName="1.24" >
+ android:versionCode="43"
+ android:versionName="1.25" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
0 commit comments