Skip to content

Commit debc197

Browse files
authored
Use newer version of Android Studio and Dart plugin for sandbox testing (#8449)
We've discussed moving over to testing against the latest versions of Android Studio during development instead of this earlier one which we just carried over from before build changes. I can't tell if this has an impact on the final build, which just includes from/until versions in the `plugin.xml` file. This isn't for the 87.1 milestone
1 parent abf0bae commit debc197

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ dependencies {
108108
intellijPlatform {
109109
// Documentation on the default target platform methods:
110110
// https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html#default-target-platforms
111+
// Android Studio versions can be found at: https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
111112
androidStudio(ideaVersion)
112113
testFramework(TestFrameworkType.Platform)
113114

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Change to version when releasing, e.g.
88
#flutterPluginVersion=87.0.1
99
flutterPluginVersion=SNAPSHOT
10-
ideaVersion=2024.3.1.7
11-
dartPluginVersion= 243.21565.120
10+
ideaVersion=2025.1.3.4
11+
dartPluginVersion= 251.27623.5
1212
sinceBuild=243
1313
untilBuild=253.*
1414
javaVersion=21

0 commit comments

Comments
 (0)