mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-02-04 09:04:52 +00:00
更新翻译子模块 by @Badmingrams
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Submodule app/src/main/assets/gakumas-local updated: 20b17501f3...1cbb639d58
Reference in New Issue
Block a user