Update to 0.6.6
This commit is contained in:
parent
c01572c71f
commit
0361f9d868
5 changed files with 12 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "MessageBar"]
|
||||
path = MessageBar
|
||||
url = https://github.com/David-Development/MessageBar.git
|
||||
[submodule "ownCloud-Account-Importer"]
|
||||
path = ownCloud-Account-Importer
|
||||
url = https://github.com/David-Development/ownCloud-Account-Importer.git
|
||||
|
|
Binary file not shown.
|
@ -4,7 +4,6 @@
|
|||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
|
@ -66,9 +66,16 @@ git clone --recursive https://github.com/owncloud/News-Android-App.git -b dev
|
|||
|
||||
Updates
|
||||
==================================
|
||||
0.6.6 (in development)
|
||||
|
||||
0.6.7 (in development)
|
||||
---------------------
|
||||
|
||||
0.6.6 (Google Play - Beta)
|
||||
---------------------
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/223">#223 All unread article counts are 0</a>
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/220">#220 Wrong display of unread items</a>
|
||||
|
||||
|
||||
0.6.5 (Google Play - Beta)
|
||||
---------------------
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/223">#223 All unread article counts are 0</a>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
include ':News-Android-App', ':MessageBar'
|
||||
include ':News-Android-App', ':MessageBar', ':ownCloud-Account-Importer'
|
||||
include ':Changeloglib:ChangeLogLibrary'
|
||||
|
|
Loading…
Reference in a new issue