Skip to content

Commit

Permalink
Updated for Android Studio Hedgehog
Browse files Browse the repository at this point in the history
  • Loading branch information
uyt95 committed Dec 2, 2023
1 parent b0bb0a6 commit e54ec1b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

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

2 changes: 1 addition & 1 deletion .idea/gradle.xml

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

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

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

2 changes: 1 addition & 1 deletion .idea/misc.xml

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

12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id 'org.jetbrains.intellij' version '1.10.2'
id 'org.jetbrains.kotlin.jvm' version '1.7.21'
id 'org.jetbrains.intellij' version '1.16.1'
id 'org.jetbrains.kotlin.jvm' version '1.9.21'
}

group 'me.uyt'
version '1.0.6'
version '1.0.7'
patchPluginXml {
changeNotes = """
Updated for Android Studio Giraffe.
Updated for Android Studio Hedgehog.
"""
}

Expand All @@ -19,13 +19,13 @@ repositories {
}

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.21'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.21'
}

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
// Define IntelliJ Platform against which to build the plugin project.
version = '223.8836.35' // Same IntelliJ IDEA version as target Android Studio version
version = '231.9392.1' // 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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e54ec1b

Please sign in to comment.