Skip to content

Commit

Permalink
Update to 0.9.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed Feb 14, 2016
1 parent eb296f5 commit 1dc3362
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Binary file modified News-Android-App.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions News-Android-App/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dc3362

Please sign in to comment.