Skip to content

Commit

Permalink
renovate: update minor-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent eaa2d1a commit 4e1a6e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("com.android.application")
id("com.github.triplet.play") version "3.8.4"
kotlin("android")
id("com.google.devtools.ksp") version "1.9.0-1.0.13"
id("com.google.devtools.ksp") version "1.9.10-1.0.13"
}

private val versionProperty by lazy {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
val kotlinVersion = "1.9.0"
val kotlinVersion = "1.9.10"
classpath("com.android.tools.build:gradle:8.1.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
classpath("org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Versions {
const val androidBuildTools = "34.0.0"

const val compose = "1.5.0"
const val composeCompiler = "1.5.1"
const val composeCompiler = "1.5.3"
const val androidxLifecycle = "2.6.1"
const val composeDestinations = "1.9.52"
const val camera = "1.2.3"
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ kotlin {

// Helper
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1") // Also needed by android for ComposeDestination parameter serialization
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0") // Also needed by android for ComposeDestination parameter serialization
}
}
val commonTest by getting {
Expand Down

0 comments on commit 4e1a6e9

Please sign in to comment.