Update to 0.9.9.12
This commit is contained in:
parent
c7e1688ffe
commit
903a08b19a
2 changed files with 8 additions and 2 deletions
|
@ -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+
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue