release 0.9.9.51
Signed-off-by: David Luhmer <david-dev@live.de>
This commit is contained in:
parent
51e06ad589
commit
ea32e2f804
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
0.9.9.51
|
||||||
|
---------------------
|
||||||
|
- Version bump for another Google review
|
||||||
|
|
||||||
|
|
||||||
0.9.9.50
|
0.9.9.50
|
||||||
---------------------
|
---------------------
|
||||||
- Bug fix - <a href="https://github.com/nextcloud/news-android/issues/880">#880 Starred items were not synchronized in certain situations</a>
|
- Bug fix - <a href="https://github.com/nextcloud/news-android/issues/880">#880 Starred items were not synchronized in certain situations</a>
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="de.luhmer.owncloudnewsreader"
|
package="de.luhmer.owncloudnewsreader"
|
||||||
android:installLocation="internalOnly"
|
android:installLocation="internalOnly"
|
||||||
android:versionCode="158"
|
android:versionCode="159"
|
||||||
android:versionName="0.9.9.50">
|
android:versionName="0.9.9.51">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
|
|
Loading…
Reference in a new issue