diff --git a/third_party/gradle.properties b/third_party/gradle.properties index 9c544e3d5..eb5a62d9b 100644 --- a/third_party/gradle.properties +++ b/third_party/gradle.properties @@ -7,7 +7,7 @@ pluginName = Dart pluginId = Dart # SemVer format -> https://semver.org -pluginVersion = 89.0 +pluginVersion = 500.0 # TODO(https://github.com/flutter/dart-intellij-third-party/issues/23) Add a changelog # Not currently used in the build.gradle.kts file: @@ -15,7 +15,7 @@ pluginVersion = 89.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 251 -pluginUntilBuild = 251.* +pluginUntilBuild = 253.* # Gradle Releases -> https://github.com/gradle/gradle/releases gradleVersion = 8.13