pluginManagement { repositories { gradlePluginPortal() google() maven { url 'https://jitpack.io' } mavenCentral() jcenter() maven { url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea" } maven { credentials { username "$atmob_maven_username" password "$atmob_maven_password" } allowInsecureProtocol = true url "$atmob_maven_url/repository/android-group/" } } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } maven { credentials { username "$atmob_maven_username" password "$atmob_maven_password" } allowInsecureProtocol = true url "$atmob_maven_url/repository/android-group/" } maven { url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea" } maven { url "https://android-sdk.is.com/" } maven { url 'https://artifact.bytedance.com/repository/pangle' } maven { allowInsecureProtocol = true credentials { username "$atmob_maven_username" password "$atmob_maven_password" } url "$atmob_maven_url/repository/game-group/" } } } rootProject.name = "VoiceAI" include ':app'