diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
index fe63bb6..ae4d11a 100644
--- a/.idea/kotlinc.xml
+++ b/.idea/kotlinc.xml
@@ -1,6 +1,6 @@
-
+
-
\ No newline at end of file
+
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 7d46025..66a5f03 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -52,7 +52,7 @@ android {
buildConfig = true
}
composeOptions {
- kotlinCompilerExtensionVersion = "1.5.12"
+ kotlinCompilerExtensionVersion = "1.5.14"
}
packaging {
resources {
diff --git a/build.gradle.kts b/build.gradle.kts
index 1701b00..0aa9d11 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.4.1" apply false
- id("org.jetbrains.kotlin.android") version "1.9.23" apply false
+ id("org.jetbrains.kotlin.android") version "1.9.24" apply false
id ("com.android.library") version "8.4.1" apply false
- id("com.google.devtools.ksp") version "1.9.23-1.0.20" apply false
+ id("com.google.devtools.ksp") version "1.9.24-1.0.20" apply false
}
tasks.register("installGitHook") {
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 2051d02..709ca29 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -16,7 +16,7 @@ room = "2.6.1"
storage = "1.5.5"
workRuntimeKtx = "2.9.0"
material3 = "1.2.1"
-quartz = "0.86.5"
+quartz = "0.87.5"
[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
@@ -48,4 +48,4 @@ room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
quartz = { module = "com.github.vitorpamplona.amethyst:quartz", version.ref = "quartz" }
storage = { module = "com.anggrayudi:storage", version.ref = "storage" }
-[plugins]
\ No newline at end of file
+[plugins]