diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 117f13d7..16e9fe4e 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -4,11 +4,20 @@
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 55c0ec2c..0f866762 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,3 @@
-
diff --git a/README.md b/README.md
index 080be9e0..7cd4a083 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Kakao Compose
-[](https://kotlinlang.org/)
+[](https://kotlinlang.org/)
[](https://t.me/kaspresso)
[](https://t.me/kaspresso_en)
diff --git a/build.gradle b/build.gradle
index f5c7696c..dc7d79b1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
- ext.kotlin_version = "1.9.20"
+ ext.kotlin_version = "1.9.22"
repositories {
google()
mavenCentral()
@@ -18,6 +18,6 @@ allprojects {
}
}
-task clean(type: Delete) {
+tasks.register('clean', Delete) {
delete rootProject.buildDir
}
\ No newline at end of file
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index 0115b2f8..5cac4c83 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -9,8 +9,8 @@ repositories {
}
dependencies {
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
- implementation("com.android.tools.build:gradle:8.1.4")
- implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.10")
- implementation("org.kohsuke:github-api:1.129")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
+ implementation("com.android.tools.build:gradle:8.3.0")
+ implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.20")
+ implementation("org.kohsuke:github-api:1.319")
}
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index ba860780..4a988a61 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,20 +1,20 @@
[versions]
-gradleVersion = "8.1.4"
-kotlinVersion = "1.9.20"
+gradleVersion = "8.3.0"
+kotlinVersion = "1.9.22"
-dokkaVersion = "1.9.10"
+dokkaVersion = "1.9.20"
appcompatVersion = "1.6.1"
espressoVersion = "3.5.1"
junitVersion = "4.13.2"
junitExtVersion = "1.1.5"
multidexVersion = "2.0.1"
-materialVersion = "1.10.0"
-activityComposeVersion = "1.8.0"
-composeMaterialVersion = "1.3.1"
-composeCompilerVersion = "1.5.4"
+materialVersion = "1.11.0"
+activityComposeVersion = "1.8.2"
+composeMaterialVersion = "1.6.3"
+composeCompilerVersion = "1.5.10"
-androidxComposeBom = "2023.10.01"
+androidxComposeBom = "2024.02.02"
[libraries]
gradle = { module = "com.android.tools.build:gradle", version.ref = "gradleVersion" }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 81ff0b24..1bac7ecc 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sat Sep 18 21:53:15 PDT 2021
distributionBase=GRADLE_USER_HOME
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME