From 172d7c0b80be1fcacb5502e3c595347b1945633c Mon Sep 17 00:00:00 2001 From: klaus Date: Wed, 22 Oct 2025 19:53:51 +0900 Subject: [PATCH] =?UTF-8?q?feat(build):=20kotlin=202.2.20,=20agp=208.11.1?= =?UTF-8?q?=20=EC=97=85=EA=B7=B8=EB=A0=88=EC=9D=B4=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 10 +++++----- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 133c70ae..e1ee4962 100644 --- a/build.gradle +++ b/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 diff --git a/gradle.properties b/gradle.properties index a4dc791e..c2a6cd1d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index adf24a0c..a921bdc5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun Jul 23 18:26:44 KST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index 7bba10df..3d7d0d0d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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"