Some Bugfixes and Improvments

- Update the libary gson.
- Deleted some unuseful Code.
- added some locals to locales config.
This commit is contained in:
Michatec
2025-06-11 17:36:47 +02:00
parent 5ecbede8b5
commit 0a56971fa2
14 changed files with 35 additions and 78 deletions

View File

@@ -7,5 +7,5 @@ plugins {
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
delete rootProject.buildDir()
}