Merge pull request #424 from nextcloud/release_1_4_0

Release 1.4.0
This commit is contained in:
Andy Scherzinger 2016-12-06 18:47:24 +01:00 committed by GitHub
commit 3d25bd7d7d
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
ownCloud Android client application
Nextcloud Android client application
Copyright (C) 2012 Bartek Przybylski
Copyright (C) 2012-2016 ownCloud Inc.
@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="10040004"
android:versionName="1.4.0 RC4">
android:versionCode="10040099"
android:versionName="1.4.0">
<uses-sdk
android:minSdkVersion="14"

View File

@ -1,4 +1,4 @@
## 1.4.0 (November)
## 1.4.0 (December 8, 2016)
- External SD card support
- Auto Upload (Android 7+)
@ -11,7 +11,7 @@
- Sort favorite files first in list
- Account switcher optimizations
- Bugfixes and design improvements
- update library to 1.0.9
- Update library to 1.0.9
## 1.3.1 (September 20, 2016)
@ -66,4 +66,4 @@
## 1.0.0 (June 12, 2016)
- initial release of the Nextcloud Android app
- Initial release of the Nextcloud Android app