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>2017-12-05 21:37:09 +0300
committerDavid Luhmer <david-dev@live.de>2017-12-05 21:37:09 +0300
commit903a08b19abce675bd5feb4ec728e871b0a01e86 (patch)
treec1877d7ccf2da6791ef7d16bc359588b41647cdf
parentc7e1688ffe368bb8c9689bab92c568ae826de074 (diff)
Update to 0.9.9.12v.0.9.9.12
-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 4a71a0ec..e0a0533d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
- Single Sign on for all Nextcloud Android Apps!
+0.9.9.12 (Google Play)
+---------------------
+- Several bug fixes
+- Fix - <a href="https://github.com/owncloud/News-Android-App/issues/602">#602 crash when trying to open settings</a>
+
+
0.9.9.11 (Google Play)
---------------------
- Fix app crashes on Android 8+
diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml
index 7d6b7b42..2c0a240e 100644
--- a/News-Android-App/src/main/AndroidManifest.xml
+++ b/News-Android-App/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.luhmer.owncloudnewsreader"
- android:versionCode="124"
- android:versionName="0.9.9.11"
+ android:versionCode="125"
+ android:versionName="0.9.9.12"
android:installLocation="auto">