aboutsummaryrefslogtreecommitdiff
path: root/core/src/androidTest/res/xml/test_changelog.xml
blob: 2c43d368c4f172a48da835b56f63bc0596fa8d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <version title="v1.1" />
    <item text="This is version 1.1" />
    <item text="This is the last line to be displayed" />
    <item text="" />

    <version title="v1.0" />
    <item text="potato 1.0" />

</resources>