Skip to content

Commit ee39ea6

Browse files
committed
Fix/lower sdk (#294)
* lower minSDK for all modules BUT Supreme
1 parent d68830a commit ee39ea6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## 3.0
44

55
### NEXT
6-
* `kotlincrypto:secure-random:0.3.2` -> `kotlincrypto.random:crypto-rand:0.5.0`
7-
* This fixes key generation in WASM/JS
6+
* Dependency Updates:
7+
* `kotlincrypto:secure-random:0.3.2` -> `kotlincrypto.random:crypto-rand:0.5.0`
8+
* This fixes key generation in WASM/JS
89
* Add `SpecializedSymmetricEncryptionAlgorithm`
910
* This allows `randomKey()` etc to operate on COSE/JWE algorithms
1011
* Clean up some function signatures:

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ bignum = "0.3.10"
99
jose = "9.31"
1010
kotlinpoet = "1.16.0"
1111
runner = "1.5.2"
12+
kmmresult= "1.9.2"
1213
kotlincryptoRandom = "0.5.0"
1314
kmmresult= "1.9.2"
1415

0 commit comments

Comments
 (0)