[Libreoffice-commits] online.git: android/lib

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 20 08:05:28 UTC 2020


 android/lib/build.gradle |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28633057887770ee16a24d150f9ba8bc6dc82e0c
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Feb 20 09:04:16 2020 +0100
Commit:     Andras Timar <andras.timar at 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.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at 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/**']
     }
 }
 


More information about the Libreoffice-commits mailing list