mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-18 08:53:57 +00:00
Compare commits
2 Commits
v2.2.0
...
v2.2.1-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56773fa3d3 | ||
|
|
249372c31f |
@@ -1,3 +1,10 @@
|
|||||||
|
## [2.2.1-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.2.0...v2.2.1-dev.1) (2024-03-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Do not specify a provider to automatically select an available one ([249372c](https://github.com/ReVanced/revanced-library/commit/249372c31f7e7975fc9eacb5361bd07dbc5dfb92))
|
||||||
|
|
||||||
# [2.2.0](https://github.com/ReVanced/revanced-library/compare/v2.1.0...v2.2.0) (2024-03-09)
|
# [2.2.0](https://github.com/ReVanced/revanced-library/compare/v2.1.0...v2.2.0) (2024-03-09)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 2.2.0
|
version = 2.2.1-dev.1
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ object ApkSigner {
|
|||||||
logger.fine("Creating certificate for $commonName")
|
logger.fine("Creating certificate for $commonName")
|
||||||
|
|
||||||
// Generate a new key pair.
|
// Generate a new key pair.
|
||||||
val keyPair = KeyPairGenerator.getInstance("RSA", BouncyCastleProvider.PROVIDER_NAME).apply {
|
val keyPair = KeyPairGenerator.getInstance("RSA").apply {
|
||||||
initialize(4096)
|
initialize(4096)
|
||||||
}.generateKeyPair()
|
}.generateKeyPair()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user