Skip to content

Commit

Permalink
more dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed May 15, 2024
1 parent d3f18a3 commit 6ad2aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.util.Properties

plugins {
id("com.android.application") version "8.4.0"
id("org.jetbrains.kotlin.android") version "1.9.23"
id("org.jetbrains.kotlin.android") version "1.9.24"
}

val localProperties = Properties()
Expand Down Expand Up @@ -43,7 +43,7 @@ android {
viewBinding = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.13"
kotlinCompilerExtensionVersion = "1.5.14"
}
val javaVersion = JavaVersion.VERSION_11
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion demo-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
opentelemetry = "1.38.0"
junit = "5.10.2"
spotless = "6.25.0"
kotlin = "1.9.23"
kotlin = "1.9.24"

[libraries]
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
Expand Down

0 comments on commit 6ad2aad

Please sign in to comment.