diff --git a/MaterialShowcaseView b/MaterialShowcaseView
index 6fb3bd77..77d91bfc 160000
--- a/MaterialShowcaseView
+++ b/MaterialShowcaseView
@@ -1 +1 @@
-Subproject commit 6fb3bd77128aee6cb28a5a38d09e63b2e07d6764
+Subproject commit 77d91bfce932d7e2bc0973dfebe311aa989aebca
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 2e0068f2..ed8c762b 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -63,7 +63,7 @@ repositories {
}
-final SUPPORT_VERSION = '24.2.0'
+final SUPPORT_VERSION = '25.1.0'
dependencies {
// core android studio module
diff --git a/README.md b/README.md
index c627a441..3aec64e8 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,13 @@ Updates
---------------------
+0.9.9.4 (in development)
+---------------------
+- Bug fix - #546 Share button has wrong color
+- Bug fix - #540 Dialog disappears on device rotation
+- Optimization - #538 Display total number of new items instead of last fetched in the notification
+
+
0.9.9.3 (Google Play)
---------------------
- Critical bug fix - #539 Can not sync with Nextcloud 11 beta 1
diff --git a/build.gradle b/build.gradle
index 4358ec8d..9f98438f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.2'
+ classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
diff --git a/gradle.properties b/gradle.properties
index a511790d..0edffa8f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,9 +18,9 @@
# org.gradle.parallel=true
ANDROID_BUILD_MIN_SDK_VERSION=15
-ANDROID_BUILD_TARGET_SDK_VERSION=24
-ANDROID_BUILD_TOOLS_VERSION=24.0.1
-ANDROID_BUILD_SDK_VERSION=24
+ANDROID_BUILD_TARGET_SDK_VERSION=25
+ANDROID_BUILD_TOOLS_VERSION=25.0.2
+ANDROID_BUILD_SDK_VERSION=25
#ANDROID_BUILD_TARGET_SDK_VERSION=android-L
#ANDROID_BUILD_TOOLS_VERSION=20.0.0