android/lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ac4cb440211c0ceec1cfbba21df4b5a05fb59c74 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Fri Feb 21 12:07:31 2020 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Fri Feb 21 14:41:48 2020 +0100 android: add share/palette/* (arrowheads, color palettes, etc.) Change-Id: I535a6e4dfc6dd5f0e47387b3f283abb30e927221 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89195 Tested-by: Andras Timar <andras.ti...@collabora.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/android/lib/build.gradle b/android/lib/build.gradle index 9618f5710..46771f320 100644 --- a/android/lib/build.gradle +++ b/android/lib/build.gradle @@ -151,7 +151,7 @@ task copyAssets(type: Copy) { into('share') { from "${liboInstdir}/share" // Filter data is needed by e.g. the drawingML preset shape import. - includes = ['registry/**', 'filter/**', 'gallery/**'] + includes = ['registry/**', 'filter/**', 'gallery/**', 'palette/**'] } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits