mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
commit
18ec26c3fb
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
##v1.19
|
||||||
|
- Fixed adapter crash
|
||||||
|
- Attempt at fixing Google Photos crash
|
||||||
|
|
||||||
## v1.18
|
## v1.18
|
||||||
- Fixed various crashes
|
- Fixed various crashes
|
||||||
- Fixed camera and gallery for API 23
|
- Fixed camera and gallery for API 23
|
||||||
|
|
|
||||||
|
|
@ -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="36"
|
android:versionCode="37"
|
||||||
android:versionName="1.18" >
|
android:versionName="1.19" >
|
||||||
|
|
||||||
<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