summaryrefslogtreecommitdiff
path: root/android/source/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/build.gradle')
-rw-r--r--android/source/build.gradle14
1 files changed, 7 insertions, 7 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle
index 5ca9a02a4973..c8fc939c0a64 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -149,13 +149,6 @@ task copyUnpackAssets(type: Copy) {
)
}
}
- // documents with manual page break trigger attempt to read the ui file
- // would trigger a css::container::NoSuchElementException with osl_File_E_NOENT
- // if not present and since it is not caught would crash the app...
- into('config') {
- from "${liboInstdir}/share/config"
- include '**/pagebreakmenu.ui'
- }
}
task copyAssets(type: Copy) {
@@ -190,6 +183,13 @@ task copyAssets(type: Copy) {
include '*.data'
}
}
+ // documents with manual page break trigger attempt to read the ui file
+ // would trigger a css::container::NoSuchElementException with osl_File_E_NOENT
+ // if not present and since it is not caught would crash the app...
+ into('config') {
+ from "${liboInstdir}/share/config"
+ include '**/pagebreakmenu.ui'
+ }
}
task createFullConfig(type: Copy) {