From 0588fb8cd54c3b188a95997149a6cafbf0ea4be9 Mon Sep 17 00:00:00 2001 From: David Luhmer Date: Sun, 27 Jan 2019 16:08:09 +0100 Subject: [PATCH] update to v.0.9.9.23 --- CHANGELOG.md | 6 ++++++ News-Android-App/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c07d9c4..bb103274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ - Single Sign on for all Nextcloud Android Apps! +0.9.9.23 +--------------------- +- Fix - app crashes +- Feature - #717 Launch a synchronization when switching from this app to another + + 0.9.9.22 --------------------- - Fix - app crash during startup diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml index 453cf2ac..b4861c2c 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="138" - android:versionName="0.9.9.22"> + android:versionCode="139" + android:versionName="0.9.9.23">