diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 9663f97..69458df 100644 --- a/build.gradle +++ b/build.gradle @@ -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. """ } @@ -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 diff --git a/gradle.properties b/gradle.properties index 29e08e8..146e32c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ -kotlin.code.style=official \ No newline at end of file +kotlin.code.style=official +kotlin.daemon.jvmargs=-Xmx1024m \ No newline at end of file