Skip to content

Commit

Permalink
Updated for Android Studio Jellyfish
Browse files Browse the repository at this point in the history
  • Loading branch information
uyt95 committed May 2, 2024
1 parent a5cf0a3 commit 23627b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8'
version '1.0.9'
patchPluginXml {
changeNotes = """
Updated for Android Studio Iguana.
Updated for Android Studio Jellyfish.
"""
}

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 = '232.10227.8' // Same IntelliJ IDEA version as target Android Studio version
version = '233.14808.21' // 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
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kotlin.code.style=official
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx1024m

0 comments on commit 23627b0

Please sign in to comment.