mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-18 08:53:57 +00:00
Compare commits
2 Commits
v2.3.0-dev
...
v2.3.0-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e4d5765e1 | ||
|
|
b15efa41f8 |
@@ -1,3 +1,10 @@
|
|||||||
|
# [2.3.0-dev.3](https://github.com/ReVanced/revanced-library/compare/v2.3.0-dev.2...v2.3.0-dev.3) (2024-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Improve exception message ([b15efa4](https://github.com/ReVanced/revanced-library/commit/b15efa41f8dc7d73865d0eab15be274b9ee3d7a3))
|
||||||
|
|
||||||
# [2.3.0-dev.2](https://github.com/ReVanced/revanced-library/compare/v2.3.0-dev.1...v2.3.0-dev.2) (2024-03-14)
|
# [2.3.0-dev.2](https://github.com/ReVanced/revanced-library/compare/v2.3.0-dev.1...v2.3.0-dev.2) (2024-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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.3.0-dev.2
|
version = 2.3.0-dev.3
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ object ApkSigner {
|
|||||||
logger.fine("Reading key and certificate pair from keystore entry $keyStoreEntryAlias")
|
logger.fine("Reading key and certificate pair from keystore entry $keyStoreEntryAlias")
|
||||||
|
|
||||||
if (!keyStore.containsAlias(keyStoreEntryAlias)) {
|
if (!keyStore.containsAlias(keyStoreEntryAlias)) {
|
||||||
throw IllegalArgumentException("Keystore does not contain alias $keyStoreEntryAlias")
|
throw IllegalArgumentException("Keystore does not contain entry with alias $keyStoreEntryAlias")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read the private key and certificate from the keystore.
|
// Read the private key and certificate from the keystore.
|
||||||
|
|||||||
Reference in New Issue
Block a user