Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 9a07dd0 commit 14ca7bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

ext {
composeCompiler = "1.5.12"
composeCompiler = "1.5.15"
}

android {
Expand Down Expand Up @@ -78,7 +78,7 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"

// this helps renovate detect and update the compose compiler
//noinspection GroovyUnusedAssignment
Expand Down Expand Up @@ -112,7 +112,7 @@ dependencies {
def okhttp = "4.12.0"
implementation "com.squareup.retrofit2:retrofit:$retrofit"
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2"
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp"

debugImplementation "androidx.compose.ui:ui-test-manifest:$compose"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlinVersion = "1.9.23"
kotlinVersion = "1.9.25"
}
}
plugins {
Expand Down

0 comments on commit 14ca7bf

Please sign in to comment.