Skip to content

Commit 1dc3362

Browse files
Update to 0.9.8.1
1 parent eb296f5 commit 1dc3362

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

News-Android-App.apk

21.2 KB
Binary file not shown.

News-Android-App/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="de.luhmer.owncloudnewsreader"
5-
android:versionCode="104"
6-
android:versionName="0.9.8"
5+
android:versionCode="105"
6+
android:versionName="0.9.8.1"
77
android:installLocation="auto">
88

99
<uses-permission android:name="android.permission.INTERNET" />

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ Updates
8989
---------------------
9090
9191
92+
0.9.8.1 (Google Play)
93+
---------------------
94+
- 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>
95+
- Security fix - <a href="https://github.com/owncloud/News-Android-App/issues/489">#489 rfc: disable password check</a>
96+
97+
9298
0.9.8 (Google Play)
9399
---------------------
94100
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/435">#435 Audio podcasts: icon disappears in detailed view</a>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
ANDROID_BUILD_MIN_SDK_VERSION=15
2121
ANDROID_BUILD_TARGET_SDK_VERSION=23
22-
ANDROID_BUILD_TOOLS_VERSION=23.0.1
22+
ANDROID_BUILD_TOOLS_VERSION=23.0.2
2323
ANDROID_BUILD_SDK_VERSION=23
2424

2525
#ANDROID_BUILD_TARGET_SDK_VERSION=android-L

0 commit comments

Comments
 (0)