Skip to content

Commit

Permalink
Updated for Android Studio Flamingo
Browse files Browse the repository at this point in the history
  • Loading branch information
uyt95 committed Apr 21, 2023
1 parent 0b8c55f commit 7764291
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.4'
version '1.0.5'
patchPluginXml {
changeNotes = """
Updated for Android Studio Electric Eel.
Updated for Android Studio Flamingo.
"""
}

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 = '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
Expand Down

0 comments on commit 7764291

Please sign in to comment.