Skip to content

Commit

Permalink
Update plugin org.jetbrains.compose to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2023
1 parent 3ab6b14 commit fb01277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

plugins {
id("org.jetbrains.compose") version "1.2.2"
id("org.jetbrains.compose") version "1.3.0"
id("com.android.application")
kotlin("android")
}
Expand Down
2 changes: 1 addition & 1 deletion color-picker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.compose.compose
plugins {
kotlin("multiplatform")
id("org.jetbrains.dokka") version "1.7.20"
id("org.jetbrains.compose") version "1.2.2"
id("org.jetbrains.compose") version "1.3.0"
id("com.android.library")
id("maven-publish")
id("signing")
Expand Down
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat

plugins {
kotlin("multiplatform")
id("org.jetbrains.compose") version "1.2.2"
id("org.jetbrains.compose") version "1.3.0"
}

group = "com.godaddy"
Expand Down

0 comments on commit fb01277

Please sign in to comment.