Version and changelog

This commit is contained in:
misaochan 2016-01-27 16:43:23 +13:00
parent bc1eb74ca4
commit 324a851b95
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Wikimedia Commons for Android # Wikimedia Commons for Android
## v1.8
- New feature: Improved category search function (not limited to prefix search now)
## v1.7 ## v1.7
- Fixed bug with uploading images in Marshmallow - Fixed bug with uploading images in Marshmallow
- Fixed links in About page - Fixed links in About page

View file

@ -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="23" android:versionCode="24"
android:versionName="1.7" > android:versionName="1.8" >
<uses-sdk <uses-sdk
android:minSdkVersion="9" android:minSdkVersion="9"