Skip to content

Commit b2de746

Browse files
feat(Pub): Upgrade default Flutter version to 3.24.1
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]>
1 parent 34a222e commit b2de746

File tree

2 files changed

+2
-2
lines changed
  • plugins/package-managers/pub/src
    • funTest/assets/projects/synthetic/flutter-project-with-android-and-cocoapods/android
    • main/kotlin

2 files changed

+2
-2
lines changed

plugins/package-managers/pub/src/funTest/assets/projects/synthetic/flutter-project-with-android-and-cocoapods/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.1.0'
9+
classpath 'com.android.tools.build:gradle:8.4.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}

plugins/package-managers/pub/src/main/kotlin/Pub.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import org.ossreviewtoolkit.utils.ort.showStackTrace
7676
import org.semver4j.RangesList
7777
import org.semver4j.RangesListFactory
7878

79-
private const val DEFAULT_FLUTTER_VERSION = "3.19.3-stable"
79+
private const val DEFAULT_FLUTTER_VERSION = "3.24.1-stable"
8080
private const val DEFAULT_GRADLE_VERSION = "7.3"
8181
private const val PUBSPEC_YAML = "pubspec.yaml"
8282
private const val PUB_LOCK_FILE = "pubspec.lock"

0 commit comments

Comments
 (0)