mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 10:18:59 +03:00
commit
b176ef5364
2 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.owncloud.android"
|
package="com.owncloud.android"
|
||||||
android:versionCode="10040003"
|
android:versionCode="10040004"
|
||||||
android:versionName="1.4.0 RC3">
|
android:versionName="1.4.0 RC4">
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
- Sort favorite files first in list
|
- Sort favorite files first in list
|
||||||
- Account switcher optimizations
|
- Account switcher optimizations
|
||||||
- Bugfixes and design improvements
|
- Bugfixes and design improvements
|
||||||
|
- update library to 1.0.9
|
||||||
|
|
||||||
## 1.3.1 (September 20, 2016)
|
## 1.3.1 (September 20, 2016)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue