-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.1.0](v1.0.1...v1.1.0) (2023-10-01) ### Bug Fixes * Only load the keystore once per instantiation ([5993f7e](5993f7e)) * Use correct function name casing ([ef38d8b](ef38d8b)) ### Features * Increase the key size to 4096 ([892e083](892e083))
- Loading branch information
1 parent
2ec24db
commit c6e8546
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
org.gradle.parallel = true | ||
org.gradle.caching = true | ||
kotlin.code.style = official | ||
version = 1.1.0-dev.2 | ||
version = 1.1.0 |