diff options
Diffstat (limited to 'sample/src/main/res/xml')
-rw-r--r-- | sample/src/main/res/xml/changelog.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/changelog.xml b/sample/src/main/res/xml/changelog.xml index 7801511..7d79ad5 100644 --- a/sample/src/main/res/xml/changelog.xml +++ b/sample/src/main/res/xml/changelog.xml @@ -6,6 +6,13 @@ <item text="" /> --> + <version title="v1.6"/> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v1.5"/> <item text="Change snackbar builder" /> <item text="Change addBundle to withArguments to match ANKO" /> @@ -13,8 +20,6 @@ <item text="Create permission manager and permission constants" /> <item text="Create swipe, a very simple helper to allow for activities to be dismissed with gestures" /> <item text="Create network utils" /> - <item text="" /> - <item text="" /> <version title="v1.4"/> <item text="Add about activities" /> |