feat(build): kotlin 2.2.20, agp 8.11.1 업그레이드

This commit is contained in:
2025-10-22 19:53:51 +09:00
parent cf86dd3f30
commit 172d7c0b80
4 changed files with 8 additions and 8 deletions

View File

@@ -9,10 +9,10 @@ dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url = "https://devrepo.kakao.com/nexus/content/groups/public/" }
gradlePluginPortal()
}
}
rootProject.name = "SodaLive"