Skip to content

Commit

Permalink
AS Hedgehog compat (#116) (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppeman authored Jan 13, 2024
1 parent dec3112 commit bd45c01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions globallydynamic-studio-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.8.21'
id 'org.jetbrains.intellij' version '1.14.2'
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
id 'org.jetbrains.intellij' version '1.16.1'
}

apply from: 'deps.gradle'
Expand Down Expand Up @@ -45,7 +45,7 @@ intellij {
localPath = "${System.getenv("ANDROID_STUDIO_PATH")}"
}

def instrumentCompilerVersion = "223.8836.35"
def instrumentCompilerVersion = "231.9392.1"

instrumentCode {
compilerVersion = instrumentCompilerVersion
Expand All @@ -64,6 +64,10 @@ buildSearchableOptions.systemProperty("idea.is.internal", "")

patchPluginXml {
changeNotes = """
<h1>1.10.0</h1>
<ul>
<li>Android Studio Hedgehog (2023.1.1) compatibility</li>
</ul>
<h1>1.9.0</h1>
<ul>
<li>Android Studio Giraffe (2022.3.1) compatibility</li>
Expand Down
2 changes: 1 addition & 1 deletion globallydynamic-studio-plugin/deps.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def versions = [
kotlin : '1.9.0',
kotlin : '1.9.22',
globallydynamic_server: '1.5.0',
junit : '5.5.2',
junit_platform : '1.5.2',
Expand Down
2 changes: 1 addition & 1 deletion globallydynamic-studio-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.jeppeman.globallydynamic.idea
VERSION_NAME=1.10.0-SNAPSHOT
VERSION_NAME=1.11.0-SNAPSHOT

POM_DESCRIPTION=GloballyDynamic Studio - Embeds a GloballyDynamic server into Android Studio that apps will download their splits from.

Expand Down

0 comments on commit bd45c01

Please sign in to comment.