pluginManagement { repositories { google { content { includeGroupByRegex("com\\.android.*") includeGroupByRegex("com\\.google.*") includeGroupByRegex("androidx.*") } } mavenCentral() gradlePluginPortal() maven { url 'https://jitpack.io' } maven { url'http://8.134.139.102:8085/repository/wenext-android/' credentials { username 'admin' password 'e405f245-3a0e-4de7-8768-c4c62bdea293' } allowInsecureProtocol = true//允许 Gradle 使用不安全的协议 } //火山引擎 maven { url 'https://artifact.bytedance.com/repository/Volcengine/' } maven { url 'https://storage.zego.im/maven' } } plugins { id 'com.android.application' version "8.6.1" apply false } resolutionStrategy { eachPlugin { if (requested.id.id == "com.tencent.vasdolly") { useModule("com.tencent.vasdolly:plugin:${requested.version}") } } } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } maven { url'http://8.134.139.102:8085/repository/wenext-android/' credentials { username 'admin' password 'e405f245-3a0e-4de7-8768-c4c62bdea293' } allowInsecureProtocol = true//允许 Gradle 使用不安全的协议 } //火山引擎 maven { url 'https://artifact.bytedance.com/repository/Volcengine/' } maven { url 'https://storage.zego.im/maven' } } } include ':app' include 'external:libcocos2dx' include 'external:retrofit' include 'external:SVGAPlayer' include 'external:animplayer' include 'external:drawee' include 'external:AndroidAutoSize' include 'external:tcturing' include 'external:zxing' include 'frame:zero' include 'frame:base' include 'frame:aab' include 'frame:oss' include 'frame:coroutine' include 'frame:debug' include 'frame:deviceid' include 'frame:network' include 'frame:sound' include 'frame:statistics' include 'frame:log' include 'frame:storage' include 'frame:util' include 'frame:download' include 'frame:effect' include 'frame:mvvm' include 'frame:data' include 'frame:googleservice' include 'frame:guide' include 'frame:security' include 'frame:spi' include 'frame:game' include 'frame:image' include 'frame:apm' include 'frame:asr' include 'frame:audio' include 'frame:crash' include 'frame:dot' include 'frame:locale' include 'frame:push' include 'frame:tceffect' include 'frame:media' include 'frame:agorartc' include 'frame:trtc' include 'frame:trtcpro' include 'frame:volcrtc' include 'frame:room' include 'frame:router:router-api' include 'frame:router:router-annotation' include 'frame:router:router-compiler' include 'frame:cachebean:cache-bean-complier' include 'frame:cachebean:cache-bean-annotation' include 'frame:cachebean:cache-bean-api' include 'frame:share' include 'frame:bom' include 'frame:startup' include 'frame:effectpreview' include 'frame:bundletool' include ':frame:zegortc' include 'frame:trace:trace-api' include 'frame:trace:trace-plugin' include 'frame:commonui'