Skip to content

Commit

Permalink
Upgrade IDE compatibility version (#9)
Browse files Browse the repository at this point in the history
Upgrade IDE compatibility version
  • Loading branch information
VISHNUVISHAL11 authored Apr 24, 2024
1 parent be7c9cb commit 55d411d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ application {
}

group = "com.techconative"
version = "0.0.4"
version = "0.0.5"

repositories {
mavenCentral()
Expand Down Expand Up @@ -68,7 +68,7 @@ tasks {

patchPluginXml {
sinceBuild.set("222")
untilBuild.set("231.*")
untilBuild.set("*.*")
}

signPlugin {
Expand Down

0 comments on commit 55d411d

Please sign in to comment.