Skip to content

Commit 7162543

Browse files
committed
Update the gradle.properties to launch the most recent Android Studio
1 parent 03a5e44 commit 7162543

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

gradle.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name = "flutter-intellij
2-
buildSpec=2023.3
3-
flutterPluginVersion=1
1+
name="flutter-intellij"
2+
buildSpec=2024.3
3+
flutterPluginVersion=SNAPSHOT
44
ideaProduct=android-studio
5-
ideaVersion=2023.3.1.16
6-
baseVersion=233.14808.21
7-
dartPluginVersion=233.15271
5+
ideaVersion=2024.3.1.2
6+
baseVersion=243.21565.23
7+
dartPluginVersion= 243.21565.120
88
androidPluginVersion=
9-
sinceBuild=233
10-
untilBuild=233.*
9+
sinceBuild=243
10+
untilBuild=253.*
1111
testing=false
1212
kotlin.stdlib.default.dependency=false
1313
org.gradle.parallel=true

resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<category>Custom Languages</category>
2323
<version>SNAPSHOT</version>
24-
<idea-version since-build="241" until-build="241.*"/>
24+
<idea-version since-build="243" until-build="253.*"/>
2525

2626
<depends>com.intellij.modules.platform</depends>
2727
<depends>com.intellij.modules.lang</depends>
@@ -39,7 +39,7 @@
3939

4040
<!-- Contributes Android Studio-specific features and implementations. -->
4141
<!--suppress PluginXmlValidity -->
42-
<depends optional="true" config-file="studio-contribs.xml">com.intellij.modules.androidstudio</depends>
42+
<depends optional="true" config-file="studio-contribs.xml">com.android.tools.apk</depends>
4343

4444

4545
<change-notes>

0 commit comments

Comments
 (0)