Skip to content

Commit 29fdf04

Browse files
authored
Fix dev build by using version 2025.2.1.5 (#8579)
The dev build was not able to pull down the previous version of Android Studio (2025.2.1.3) and there are newer versions now at https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html. I checked that this works from a local invocation of the dev build.
1 parent 92d7460 commit 29fdf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# found in the LICENSE file.
55
#
66

7-
ideaVersion=2025.2.1.3
7+
ideaVersion=2025.2.1.5
88
dartPluginVersion= 252.25557.23
99
sinceBuild=243
1010
untilBuild=253.*

0 commit comments

Comments
 (0)