mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Rename Dialog (#113)
Add a rename dialog for longer possible rename text Also has a rename fix
This commit is contained in:
commit
f0d53a6ffa
16 changed files with 485 additions and 27 deletions
|
|
@ -22,7 +22,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "xyz.alexcrea"
|
||||
version = "1.16.3"
|
||||
version = "1.17.0"
|
||||
|
||||
val isDevBuild = System.getenv("SMALL_COMMIT_HASH") != null
|
||||
val isPreRelease = System.getenv("IS_GITHUB_PRERELEASE") == "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue