diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-01 14:52:52 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-01 14:52:52 -0700 |
commit | 6154ad0708be6b09acf8a3ff81b822fbf985e8d9 (patch) | |
tree | 5b2ee3e19842d91c1ee26ebf684e0526e7d6a5e8 /sample/src/main/res | |
parent | 33e415415bafc712a633880812ed90d03246c456 (diff) | |
download | kau-6154ad0708be6b09acf8a3ff81b822fbf985e8d9.tar.gz kau-6154ad0708be6b09acf8a3ff81b822fbf985e8d9.tar.bz2 kau-6154ad0708be6b09acf8a3ff81b822fbf985e8d9.zip |
Run release tests only
Diffstat (limited to 'sample/src/main/res')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 6144685..62614ed 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,7 +6,7 @@ <item text="" /> --> - <version title="v5.0.1" /> + <version title="v5.1.0" /> <item text=":adapter: Moved fastadapter elements to new module, :fastadapter:. To migrate, simply rename the dependency. If you don't use fast adapter, no changes are necessary" /> <item text=":adapter: Make NoAnimatorChange an object; previously a class" /> <item text=":core: KPref now supports in memory only variants for testing; pass KPrefBuilderInMemory to KPref constructor" /> |