diff --git a/build.gradle b/build.gradle index b52d435..7e216c0 100644 --- a/build.gradle +++ b/build.gradle @@ -4,10 +4,10 @@ plugins { } group 'me.uyt' -version '1.0.4' +version '1.0.5' patchPluginXml { changeNotes = """ - Updated for Android Studio Electric Eel. + Updated for Android Studio Flamingo. """ } @@ -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 = '221.6008.13' // Same IntelliJ IDEA version as target Android Studio version + version = '222.4459.24' // 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