Skip to content

Commit 17df864

Browse files
build(deps): bump org.jetbrains.kotlin.plugin.compose in /app (#103)
Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.3.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.0...v2.3.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 247555d commit 17df864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
kotlin("android") version ktVersion
1212
kotlin("plugin.serialization") version ktVersion
13-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.0"
13+
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10"
1414

1515
id("com.google.gms.google-services") version "4.4.4"
1616
id("dev.zxilly.gradle.keeper") version "0.1.0"

0 commit comments

Comments
 (0)