Skip to content

Commit

Permalink
Updated build.gradle.kts to have sinceBuild to 232 instead of 231 due…
Browse files Browse the repository at this point in the history
… to some errors with the 231 version.
  • Loading branch information
Kyren223 committed May 9, 2024
1 parent 0235bbc commit a1f61bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ tasks {
}

patchPluginXml {
sinceBuild.set("231")
// Supports versions from 2023.2 and up
sinceBuild.set("232")
}

signPlugin {
Expand Down

0 comments on commit a1f61bf

Please sign in to comment.