Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2019-01-27 18:08:09 +0300
committerDavid Luhmer <david-dev@live.de>2019-01-27 18:08:09 +0300
commit0588fb8cd54c3b188a95997149a6cafbf0ea4be9 (patch)
treee8b796a59b9372160f2f7413f11859f72433baed
parentc1d83a05e38cceaed68164878ef682bea2033fe0 (diff)
update to v.0.9.9.23v.0.9.9.23
-rw-r--r--CHANGELOG.md6
-rw-r--r--News-Android-App/src/main/AndroidManifest.xml4
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 - <a href="https://github.com/owncloud/News-Android-App/issues/717">#717 Launch a synchronization when switching from this app to another</a>
+
+
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">
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />