feat(build): agp 8.13.0, gradle-wrapper 8.14.3 업그레이드

This commit is contained in:
2025-10-22 20:41:19 +09:00
parent 172d7c0b80
commit 8cdb82765f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.11.1' apply false
id 'com.android.library' version '8.11.1' apply false
id 'com.android.application' version '8.13.0' apply false
id 'com.android.library' version '8.13.0' apply false
id 'org.jetbrains.kotlin.android' version '2.2.20' apply false
id 'com.google.devtools.ksp' version '2.2.20-2.0.4' apply false