remove unsigned support
All checks were successful
/ test (pull_request) Successful in 1m45s

This commit is contained in:
2026-02-08 14:04:41 +01:00
parent e138ec0b6d
commit 902cb060a1
38 changed files with 455 additions and 696 deletions

View File

@@ -21,7 +21,7 @@ repositories {
}
dependencies {
implementation("com.infendro:hash:1.5.1")
implementation("com.infendro:hash:1.6.0")
}
```