Remove unsigned support
All checks were successful
/ test (pull_request) Successful in 50s

This commit is contained in:
2026-02-15 00:11:45 +01:00
parent 41d37cb42e
commit 4f04f4ae02
6 changed files with 20 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ repositories {
}
dependencies {
implementation("com.infendro:mac:1.3.0")
implementation("com.infendro:mac:1.4.0")
}
```