feat: 增加公共应用标签,增加指定包名安装应用

This commit is contained in:
2026-05-23 10:34:52 +08:00
parent c7851a8a64
commit d935d30c6c
18 changed files with 663 additions and 401 deletions

View File

@@ -6,6 +6,7 @@ buildscript {
// mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://developer.hihonor.com/repo' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/public' }
@@ -31,6 +32,7 @@ allprojects {
// mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://developer.hihonor.com/repo' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/public' }