From a5cf0a33b899ff82e75e8f87c56db9dca14798fd Mon Sep 17 00:00:00 2001 From: uyt95 Date: Wed, 6 Mar 2024 23:11:00 +0100 Subject: [PATCH] Updated for Android Studio Iguana --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 09010a2..9663f97 100644 --- a/build.gradle +++ b/build.gradle @@ -4,10 +4,10 @@ plugins { } group 'me.uyt' -version '1.0.7' +version '1.0.8' patchPluginXml { changeNotes = """ - Updated for Android Studio Hedgehog. + Updated for Android Studio Iguana. """ } @@ -25,7 +25,7 @@ dependencies { // See https://github.com/JetBrains/gradle-intellij-plugin/ intellij { // Define IntelliJ Platform against which to build the plugin project. - version = '231.9392.1' // Same IntelliJ IDEA version as target Android Studio version + version = '232.10227.8' // Same IntelliJ IDEA version as target Android Studio version type = 'IC' // Use IntelliJ IDEA CE because it's the basis of the IntelliJ Platform // Require the Android plugin, Gradle will match the plugin version to intellij.version