bump version to 1.3.0, add targets
Some checks failed
/ publish (push) Has been cancelled
/ test (push) Has been cancelled

This commit is contained in:
2026-01-22 12:51:45 +01:00
parent d07f2658ff
commit c11e80d221
2 changed files with 12 additions and 5 deletions

View File

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