build(ads): Daro 저장소와 의존성 구성을 추가한다

This commit is contained in:
2026-04-20 11:46:21 +09:00
parent 84fa71c64f
commit 1288fc3878
3 changed files with 28 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ dependencyResolutionManagement {
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url = "https://devrepo.kakao.com/nexus/content/groups/public/" }
maven { url 'https://artifact.bytedance.com/repository/pangle' }
maven { url 'https://cboost.jfrog.io/artifactory/chartboost-ads/' }
maven { url 'https://android-sdk.is.com/' }
maven { url 'https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea' }
gradlePluginPortal()
}
}