Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Jun 5, 2024
1 parent 1ef5e16 commit 9093784
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
buildConfig = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.12"
kotlinCompilerExtensionVersion = "1.5.14"
}
packaging {
resources {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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<Copy>("installGitHook") {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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]
[plugins]

0 comments on commit 9093784

Please sign in to comment.