Skip to content

Commit

Permalink
Update to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed Jul 18, 2015
1 parent b2838bb commit b9c885e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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="86"
android:versionName="0.9.3"
android:versionCode="87"
android:versionName="0.9.4"
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,21 @@ Contributors

Updates
==================================
0.9.4 (in development)
0.9.5 (in development)
---------------------


0.9.4 (Google Play)
---------------------
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/363">#363 Add support for Chrome Custom Tabs</a>
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/361">#361 Pause podcast when receiving call</a>
- Improvement - <a href="https://github.com/owncloud/News-Android-App/pull/362">#362 Redesign of the login dialog (special thanks to Daniel Schaal)</a>
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/360">#360 Fix app crash</a>
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/364">#364 App crash on Android < 4.1</a>
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/258">#258 login fails with long passwords</a>
- Bug fixes


0.9.3 (Google Play)
---------------------
- Several UI-Improvements (special thanks to Daniel Schaal)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

ANDROID_BUILD_MIN_SDK_VERSION=16
ANDROID_BUILD_MIN_SDK_VERSION=8
ANDROID_BUILD_TARGET_SDK_VERSION=22
ANDROID_BUILD_TOOLS_VERSION=22.0.1
ANDROID_BUILD_SDK_VERSION=22
Expand Down

0 comments on commit b9c885e

Please sign in to comment.