Skip to content

Commit

Permalink
feat(Pub): Upgrade default Flutter version to 3.24.1
Browse files Browse the repository at this point in the history
See [1] for a changelog.

[1]: https://docs.flutter.dev/release/release-notes/release-notes-3.24.0

Signed-off-by: Marcel Bochtler <[email protected]>
  • Loading branch information
MarcelBochtler committed Aug 29, 2024
1 parent 4ad99b9 commit e1b9004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/package-managers/pub/src/main/kotlin/Pub.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import org.ossreviewtoolkit.utils.ort.showStackTrace
import org.semver4j.RangesList
import org.semver4j.RangesListFactory

private const val DEFAULT_FLUTTER_VERSION = "3.19.3-stable"
private const val DEFAULT_FLUTTER_VERSION = "3.24.1-stable"
private const val DEFAULT_GRADLE_VERSION = "7.3"
private const val PUBSPEC_YAML = "pubspec.yaml"
private const val PUB_LOCK_FILE = "pubspec.lock"
Expand Down

0 comments on commit e1b9004

Please sign in to comment.