Skip to content

Commit

Permalink
Updated for Android Studio Iguana
Browse files Browse the repository at this point in the history
  • Loading branch information
uyt95 committed Mar 6, 2024
1 parent e54ec1b commit a5cf0a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
}

Expand All @@ -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
Expand Down

0 comments on commit a5cf0a3

Please sign in to comment.