Skip to content

Commit

Permalink
v1.2.5: remove until-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maple-pro committed May 23, 2024
1 parent 81bf117 commit ba4344a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ tasks {
version.set(properties("pluginVersion"))
sinceBuild.set(properties("pluginSinceBuild"))
// untilBuild.set(properties("pluginUntilBuild"))
untilBuild.set("")

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription.set(
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platformVersion=2023.2.1.2
platformType=AI
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
platformPlugins=android, com.intellij.java
pluginVersion=1.2.4
pluginVersion=1.2.5
pluginSinceBuild=222
pluginUntilBuild=232.*
ASPath=C\:\\Users\\17199\\AppData\\Local\\JetBrains\\Toolbox\\apps\\AndroidStudio\\ch-0\\221.6008.13.2211.9619390
Expand Down

0 comments on commit ba4344a

Please sign in to comment.