mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #216 from misaochan/master
Versioning & changelog for release
This commit is contained in:
commit
1ea8cd8d89
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
##v1.23
|
||||||
|
- Added warning if image is submitted without categories
|
||||||
|
- Added check if back button is pressed at category selection screen
|
||||||
|
|
||||||
##v1.22
|
##v1.22
|
||||||
- Fixed various crashes
|
- Fixed various crashes
|
||||||
- Crash reports now go to private mailing list to protect user info
|
- Crash reports now go to private mailing list to protect user info
|
||||||
|
|
|
||||||
|
|
@ -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="40"
|
android:versionCode="41"
|
||||||
android:versionName="1.22" >
|
android:versionName="1.23" >
|
||||||
|
|
||||||
<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