diff --git a/News-Android-App.apk b/News-Android-App.apk index 0eca87cc5..cd2b43308 100644 Binary files a/News-Android-App.apk and b/News-Android-App.apk differ diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml index 661f34d0e..0413a3d8f 100644 --- a/News-Android-App/src/main/AndroidManifest.xml +++ b/News-Android-App/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ diff --git a/README.md b/README.md index 34ca625fb..b37ae02b3 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,21 @@ Contributors Updates ================================== -0.9.4 (in development) +0.9.5 (in development) --------------------- + +0.9.4 (Google Play) +--------------------- +- Improvement - #363 Add support for Chrome Custom Tabs +- Improvement - #361 Pause podcast when receiving call +- Improvement - #362 Redesign of the login dialog (special thanks to Daniel Schaal) +- Bug fix - #360 Fix app crash +- Bug fix - #364 App crash on Android < 4.1 +- Bug fix - #258 login fails with long passwords +- Bug fixes + + 0.9.3 (Google Play) --------------------- - Several UI-Improvements (special thanks to Daniel Schaal) diff --git a/gradle.properties b/gradle.properties index f3dde548a..3c0eb0c2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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