Skip to content

Commit

Permalink
Update the gradle.properties to launch the most recent Android Studio (
Browse files Browse the repository at this point in the history
  • Loading branch information
jwren authored Dec 20, 2024
1 parent 03a5e44 commit 302c6b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "flutter-intellij
buildSpec=2023.3
flutterPluginVersion=1
name=flutter-intellij
buildSpec=2024.3
flutterPluginVersion=SNAPSHOT
ideaProduct=android-studio
ideaVersion=2023.3.1.16
baseVersion=233.14808.21
dartPluginVersion=233.15271
ideaVersion=2024.3.1.2
baseVersion=243.21565.23
dartPluginVersion= 243.21565.120
androidPluginVersion=
sinceBuild=233
untilBuild=233.*
sinceBuild=243
untilBuild=253.*
testing=false
kotlin.stdlib.default.dependency=false
org.gradle.parallel=true
Expand Down
4 changes: 2 additions & 2 deletions product-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"androidPluginVersion": "",
"sinceBuild": "241",
"untilBuild": "241.*",
"isUnitTestTarget": "true"
"isUnitTestTarget": "false"
},
{
"channel": "stable",
Expand Down Expand Up @@ -58,7 +58,7 @@
"androidPluginVersion": "",
"sinceBuild": "243",
"untilBuild": "253.*",
"isUnitTestTarget": "false"
"isUnitTestTarget": "true"
}
]
}
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.lang</depends>
Expand Down

0 comments on commit 302c6b4

Please sign in to comment.