diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b38a6e1..b91ae844 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.9.9.52
+---------------------
+- Version bump for another Google review
+
+
0.9.9.51
---------------------
- Version bump for another Google review
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index dafe629d..a6798451 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -133,9 +133,9 @@ dependencies {
// You must install or update the Google Repository through the SDK manager to use this dependency.
// The Google Repository (separate from the corresponding library) can be found in the Extras category.
// implementation 'com.google.android.gms:play-services:4.2.42'
- implementation project(':Android-SingleSignOn')
+ // implementation project(':Android-SingleSignOn')
// implementation project(path: ':MaterialShowcaseView:library', configuration: 'default')
- //implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.4'
+ implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.4'
implementation 'com.github.David-Development:MaterialShowcaseView:bf6afa225d'
implementation "androidx.core:core:1.3.2"
@@ -144,11 +144,11 @@ dependencies {
implementation "androidx.preference:preference:1.1.1"
// https://mvnrepository.com/artifact/com.google.android.material/material
- implementation "com.google.android.material:material:1.3.0-alpha03"
+ implementation "com.google.android.material:material:1.3.0-alpha04"
//implementation "com.google.android.material:material:1.0.0"
implementation "androidx.palette:palette:1.0.0"
implementation "androidx.recyclerview:recyclerview:1.1.0"
- implementation "androidx.browser:browser:1.2.0"
+ implementation "androidx.browser:browser:1.3.0"
implementation "androidx.cardview:cardview:1.0.0"
//implementation 'de.mrmaffen:holocircularprogressbar:1.0.1'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml
index 12dc2380..7c450448 100644
--- a/News-Android-App/src/main/AndroidManifest.xml
+++ b/News-Android-App/src/main/AndroidManifest.xml
@@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.luhmer.owncloudnewsreader"
android:installLocation="internalOnly"
- android:versionCode="159"
- android:versionName="0.9.9.51">
+ android:versionCode="160"
+ android:versionName="0.9.9.52">
diff --git a/News-Android-App/src/main/res/values/strings.xml b/News-Android-App/src/main/res/values/strings.xml
index 69a157b4..c10778fa 100644
--- a/News-Android-App/src/main/res/values/strings.xml
+++ b/News-Android-App/src/main/res/values/strings.xml
@@ -208,6 +208,8 @@
Requires a (free) GitHub account
Contribute!
Get the source code
+ Privacy
+ Nextcloud News Android Privacy Policy
Nextcloud News Android app
diff --git a/News-Android-App/src/main/res/xml/pref_about.xml b/News-Android-App/src/main/res/xml/pref_about.xml
index 8a4e0c9a..f2f62285 100644
--- a/News-Android-App/src/main/res/xml/pref_about.xml
+++ b/News-Android-App/src/main/res/xml/pref_about.xml
@@ -40,6 +40,17 @@
android:data="https://github.com/nextcloud/news-android" />
+
+
+
+
+