diff options
author | Allan Wang <me@allanwang.ca> | 2018-10-08 03:14:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 03:14:40 -0400 |
commit | 2ed21b32c9e77da5f957cfbf9d73a0a563b8511c (patch) | |
tree | 777031cb40b2d3ab70795134b746fae282cd8059 /adapter | |
parent | 19020070cc073c81bfe397454f2314d37a78ed31 (diff) | |
download | kau-2ed21b32c9e77da5f957cfbf9d73a0a563b8511c.tar.gz kau-2ed21b32c9e77da5f957cfbf9d73a0a563b8511c.tar.bz2 kau-2ed21b32c9e77da5f957cfbf9d73a0a563b8511c.zip |
Enhancement/public xml (#171)3.8.0
* Test gitignore with public xml
* Fix spacing
Diffstat (limited to 'adapter')
-rw-r--r-- | adapter/src/main/res-public/values/public.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/adapter/src/main/res-public/values/public.xml b/adapter/src/main/res-public/values/public.xml deleted file mode 100644 index 4d16c2a..0000000 --- a/adapter/src/main/res-public/values/public.xml +++ /dev/null @@ -1,4 +0,0 @@ -<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='dummy' type='id' /> -</resources>
\ No newline at end of file |