Update to 0.9.8.1
This commit is contained in:
parent
eb296f5dd8
commit
1dc336253f
4 changed files with 9 additions and 3 deletions
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="de.luhmer.owncloudnewsreader"
|
||||
android:versionCode="104"
|
||||
android:versionName="0.9.8"
|
||||
android:versionCode="105"
|
||||
android:versionName="0.9.8.1"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
|
|
@ -89,6 +89,12 @@ Updates
|
|||
---------------------
|
||||
|
||||
|
||||
0.9.8.1 (Google Play)
|
||||
---------------------
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/487">#487 App crashes when entering "Settings" on Android 4.4.4</a>
|
||||
- Security fix - <a href="https://github.com/owncloud/News-Android-App/issues/489">#489 rfc: disable password check</a>
|
||||
|
||||
|
||||
0.9.8 (Google Play)
|
||||
---------------------
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/435">#435 Audio podcasts: icon disappears in detailed view</a>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
ANDROID_BUILD_MIN_SDK_VERSION=15
|
||||
ANDROID_BUILD_TARGET_SDK_VERSION=23
|
||||
ANDROID_BUILD_TOOLS_VERSION=23.0.1
|
||||
ANDROID_BUILD_TOOLS_VERSION=23.0.2
|
||||
ANDROID_BUILD_SDK_VERSION=23
|
||||
|
||||
#ANDROID_BUILD_TARGET_SDK_VERSION=android-L
|
||||
|
|
Loading…
Reference in a new issue