Browse Source

Bump Compose Hot Reload to 1.0.0 Stable in Compose Gradle plugin (#5491)

Fixes [CMP-9327](https://youtrack.jetbrains.com/issue/CMP-9327)

## Release Notes
N/A
igor.demin/test-oom-crash v1.10.10-alpha01+dev3326
Nikita Lipsky 3 weeks ago committed by GitHub
parent
commit
50a0b66a29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      gradle-plugins/gradle/libs.versions.toml

2
gradle-plugins/gradle/libs.versions.toml

@ -6,7 +6,7 @@ plugin-android = "8.10.1" @@ -6,7 +6,7 @@ plugin-android = "8.10.1"
shadow-jar = "8.1.1"
publish-plugin = "1.2.1"
# we use "prefer" here for the strategy: "explicitly specified hot reload plugin always wins".
plugin-hot-reload = { prefer = "1.0.0-rc03" }
plugin-hot-reload = { prefer = "1.0.0" }
[libraries]
download-task = { module = "de.undercouch:gradle-download-task", version.ref = "gradle-download-plugin" }

Loading…
Cancel
Save