feat(build): kotlin 2.2.20, agp 8.11.1 업그레이드
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -1,7 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '2.1.21'
|
||||
kotlin_version = '2.2.20'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
@@ -16,10 +16,10 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'com.android.application' version '8.7.2' apply false
|
||||
id 'com.android.library' version '8.7.2' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.1.21' apply false
|
||||
id 'com.google.devtools.ksp' version '2.1.21-2.0.2' apply false
|
||||
id 'com.android.application' version '8.11.1' apply false
|
||||
id 'com.android.library' version '8.11.1' 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
|
||||
|
||||
id "org.jlleitschuh.gradle.ktlint" version "11.2.0"
|
||||
id 'com.google.gms.google-services' version '4.3.15' apply false
|
||||
|
||||
Reference in New Issue
Block a user