Merge pull request #216 from misaochan/master

Versioning & changelog for release
This commit is contained in:
Josephine Lim 2016-08-01 18:07:18 +12:00 committed by GitHub
commit 1ea8cd8d89
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# 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
- Fixed various crashes
- Crash reports now go to private mailing list to protect user info

View file

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.free.nrw.commons"
android:versionCode="40"
android:versionName="1.22" >
android:versionCode="41"
android:versionName="1.23" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>