diff options
author | Allan Wang <allanwang@google.com> | 2019-08-15 15:59:10 -0700 |
---|---|---|
committer | Allan Wang <allanwang@google.com> | 2019-08-15 15:59:10 -0700 |
commit | 91e877bcf12177a7cb38dc385f879dca6f3a9b14 (patch) | |
tree | c753ad3ada99ff7b0a1dd94b70555e246aa5372f /core-ui/src/main | |
parent | 807a3661e4d234c525ea855ebb7a43a02d5184a1 (diff) | |
download | kau-91e877bcf12177a7cb38dc385f879dca6f3a9b14.tar.gz kau-91e877bcf12177a7cb38dc385f879dca6f3a9b14.tar.bz2 kau-91e877bcf12177a7cb38dc385f879dca6f3a9b14.zip |
Update gradle version
Diffstat (limited to 'core-ui/src/main')
-rw-r--r-- | core-ui/src/main/res-public/values/public.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml index 71657d6..f62ed25 100644 --- a/core-ui/src/main/res-public/values/public.xml +++ b/core-ui/src/main/res-public/values/public.xml @@ -1,10 +1,10 @@ <resources xmlns:tools='http://schemas.android.com/tools' tools:ignore='ResourceName'>
<!-- AUTO-GENERATED FILE. DO NOT MODIFY. public.xml is generated by the generatepublicxml gradle task --> - <public name='kau_recycler_detached_background' type='layout' /> - <public name='kau_recycler_textslider' type='layout' /> - <public name='kau_elastic_recycler_activity' type='layout' /> <public name='Kau.Translucent' type='style' /> <public name='Kau.Translucent.NoAnimation' type='style' /> <public name='Kau.Translucent.SlideBottom' type='style' /> <public name='Kau.Translucent.SlideTop' type='style' /> + <public name='kau_recycler_detached_background' type='layout' /> + <public name='kau_elastic_recycler_activity' type='layout' /> + <public name='kau_recycler_textslider' type='layout' /> </resources>
\ No newline at end of file |