Skip to content

Commit

Permalink
Update Kotlin (#3504)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 29, 2023
1 parent d187e32 commit 2c85b0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id 'com.android.application' version "8.0.2"
id 'com.android.library' version "8.0.2" apply false
id 'org.jetbrains.kotlin.android' version "1.8.21"
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.8.21"
id 'org.jetbrains.kotlin.plugin.serialization' version "1.8.21"
id "com.google.devtools.ksp" version "1.8.21-1.0.11"
id 'org.jetbrains.kotlin.android' version "1.8.22"
id 'org.jetbrains.kotlin.plugin.parcelize' version "1.8.22"
id 'org.jetbrains.kotlin.plugin.serialization' version "1.8.22"
id "com.google.devtools.ksp" version "1.8.22-1.0.11"
id 'com.google.protobuf' version "0.9.3"
id 'app.cash.licensee' version "1.7.0"
id 'dev.rikka.tools.refine' version "4.3.0"
Expand Down Expand Up @@ -128,7 +128,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.4.8"
}

final def keystorePropertiesFile = rootProject.file("keystore.properties")
Expand Down

0 comments on commit 2c85b0c

Please sign in to comment.