android/lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 28633057887770ee16a24d150f9ba8bc6dc82e0c Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Thu Feb 20 09:04:16 2020 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Thu Feb 20 09:05:10 2020 +0100 We need also share/gallery for the Android app for inserting some shapes defined there Change-Id: I8fcbc78c17753607351580b97f931f3a2c59a091 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89072 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 e2758100d..857d4add6 100644 --- a/android/lib/build.gradle +++ b/android/lib/build.gradle @@ -150,7 +150,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/**'] + includes = ['registry/**', 'filter/**', 'gallery/**'] } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits