Merge pull request #229 from misaochan/master

Versioning for release
This commit is contained in:
Josephine Lim 2016-08-14 17:28:18 +12:00 committed by GitHub
commit 1bdcf3fda0
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Wikimedia Commons for Android
##v1.25
- Added in-app signup feature for new users
- Fixed crash when reading GPS coordinates
##v1.24
- Moved from bits/event.gif to wikimedia/beacon
- Fixed issue with needing to tap gallery again after giving permissions

View file

@ -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"/>