Update to 0.8.1
This commit is contained in:
parent
578a6f0f56
commit
a2facbc2ea
3 changed files with 11 additions and 3 deletions
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.luhmer.owncloudnewsreader"
|
||||
android:versionCode="72"
|
||||
android:versionName="0.8.0" >
|
||||
android:versionCode="73"
|
||||
android:versionName="0.8.1" >
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
|
10
README.md
10
README.md
|
@ -66,10 +66,18 @@ git clone --recursive https://github.com/owncloud/News-Android-App.git -b dev
|
|||
|
||||
Updates
|
||||
==================================
|
||||
0.8.1 (in development)
|
||||
0.8.2 (in development)
|
||||
---------------------
|
||||
|
||||
|
||||
0.8.1 (Google Play)
|
||||
---------------------
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/291">#291 0.8.0: App crashes when adding new feed</a>
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/290">#290 0.8.0: Thre dot menu in light theme wrong colors (black font on dark gray background)</a>
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/289">#289 0.8.0: Widget isn't working anymore</a>
|
||||
- Bug fixes/Improvements
|
||||
|
||||
|
||||
0.8.0 (Google Play)
|
||||
---------------------
|
||||
- Material Design
|
||||
|
|
Loading…
Reference in a new issue