Skip to content

Commit 1c82b6c

Browse files
committed
Allow usage on 233.* builds
1 parent 65a3f8a commit 1c82b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks {
3636

3737
patchPluginXml {
3838
sinceBuild.set("222")
39-
untilBuild.set("232.*")
39+
untilBuild.set("233.*")
4040
}
4141

4242
signPlugin {

0 commit comments

Comments
 (0)