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

@@ -18,6 +18,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':channel_manifest_lib')
api "com.android.support:support-v4:28.0.0"
api "com.android.support:appcompat-v7:28.0.0"