更新翻译子模块 by @Badmingrams
This commit is contained in:
parent
53cb596845
commit
8a0282214f
@ -65,10 +65,20 @@ android {
|
|||||||
packagingOptions {
|
packagingOptions {
|
||||||
pickFirst '**/libxdl.so'
|
pickFirst '**/libxdl.so'
|
||||||
pickFirst '**/libshadowhook.so'
|
pickFirst '**/libshadowhook.so'
|
||||||
|
exclude 'gakumas-local/gakuen-adapted-translation-data/**'
|
||||||
}
|
}
|
||||||
dataBinding {
|
dataBinding {
|
||||||
enable true
|
enable true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
applicationVariants.configureEach { variant ->
|
||||||
|
variant.mergeAssetsProvider.configure { mergeAssetsTask ->
|
||||||
|
mergeAssetsTask.doLast {
|
||||||
|
delete(fileTree(dir: mergeAssetsTask.outputDir, includes: ['gakumas-local/gakuen-adapted-translation-data/**',
|
||||||
|
'gakumas-local/GakumasPreTranslation/**']))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 20b17501f347c2d6e8044f4d49be8b5ba0b8d48e
|
Subproject commit 1cbb639d58ed5709e9f08ad3a0e593d792db9f51
|
Loading…
x
Reference in New Issue
Block a user