Skip to content

Commit c1759d0

Browse files
committed
Set minimum version to Panda 2025.3.1.1
1 parent bbed0a2 commit c1759d0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
// Must match the Kotlin version bundled with the IDE
77
// https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
88
// https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
9-
id("org.jetbrains.kotlin.jvm") version "2.1.0"
9+
id("org.jetbrains.kotlin.jvm") version "2.2.20"
1010

1111
// https://github.com/JetBrains/intellij-platform-gradle-plugin
1212
id("org.jetbrains.intellij.platform") version "2.10.5"

gradle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Android Studio Version
22
# Get it from `list-studio-versions.sh`
3-
ideVersion=2025.2.2.1
4-
3+
ideVersion=2025.3.1.1
54
# Minimum Intellij PLatform version supported by this plugin
65
# see https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
7-
sinceBuild=252.25557.131
6+
sinceBuild=253.28294.334
87

98
# The path to a local Android Studio installation.
109
# This will enable the `runLocalIde` task.

0 commit comments

Comments
 (0)