mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
commit
1bdcf3fda0
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
##v1.25
|
||||||
|
- Added in-app signup feature for new users
|
||||||
|
- Fixed crash when reading GPS coordinates
|
||||||
|
|
||||||
##v1.24
|
##v1.24
|
||||||
- Moved from bits/event.gif to wikimedia/beacon
|
- Moved from bits/event.gif to wikimedia/beacon
|
||||||
- Fixed issue with needing to tap gallery again after giving permissions
|
- Fixed issue with needing to tap gallery again after giving permissions
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="fr.free.nrw.commons"
|
package="fr.free.nrw.commons"
|
||||||
android:versionCode="42"
|
android:versionCode="43"
|
||||||
android:versionName="1.24" >
|
android:versionName="1.25" >
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue