@@ -9,19 +9,18 @@ pluginRepositoryUrl=https://github.com/apollographql/apollo-kotlin
9
9
# XXX Do update the supported versions in the README.md, and in docs/source/testing/android-studio-plugin.mdx file when updating these values!
10
10
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
11
# for insight into build numbers and IntelliJ Platform versions.
12
- pluginSinceBuild =242
12
+ pluginSinceBuild =243
13
13
# No untilBuild specified, the plugin wants to be compatible with all future versions
14
14
# pluginUntilBuild=243.*
15
15
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
16
16
platformType =IU
17
- # Corresponds to AS Ladybug 2024.2. 1 -> https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
17
+ # Corresponds to AS Meerkat Feature Drop 2024.3.2 Patch 1 -> https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
18
18
# and https://developer.android.com/studio/archive (more up to date)
19
19
# See also https://plugins.jetbrains.com/docs/intellij/android-studio.html
20
- platformVersion =2024.2.1
20
+ platformVersion =2024.3.5
21
21
22
22
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
23
- platformBundledPlugins =com.intellij.java, org.jetbrains.kotlin, com.intellij.gradle, org.toml.lang
23
+ platformBundledPlugins =com.intellij.java, org.jetbrains.kotlin, com.intellij.gradle, org.toml.lang, com.intellij.modules.json
24
24
# To find the version of a plugin relative to the platform version, see the plugin's page on the Marketplace,
25
- # e.g. for the GraphQL plugin: https://plugins.jetbrains.com/plugin/8097-graphql/versions/stable
26
- # Note: to run wih AS 2024.1.1, use org.jetbrains.android:241.14494.17
27
- platformPlugins =com.intellij.lang.jsgraphql:242.21829.3, org.jetbrains.android:242.21829.142
25
+ # e.g. for the Android plugin: https://plugins.jetbrains.com/plugin/22989-android/versions/stable
26
+ platformPlugins =com.intellij.lang.jsgraphql:243.25659.42, org.jetbrains.android:243.26053.27
0 commit comments