feat(channel): 支持渠道 Manifest 增量合并

This commit is contained in:
2026-07-08 20:20:23 +08:00
parent 833f68f601
commit 2107f437a7
22 changed files with 287 additions and 194 deletions

View File

@@ -10,6 +10,10 @@ pluginManagement {
include ':launcher', ':unityLibrary'
**INCLUDES**
def channelUnityProjectPath = $/**DIR_UNITYPROJECT**/$.replace("\\", "/")
include ':channel_manifest_lib'
project(':channel_manifest_lib').projectDir = new File(channelUnityProjectPath, 'Assets/Plugins/Android/channel_manifest_lib')
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
repositories {