mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-12 14:26:17 +00:00
Compare commits
2 Commits
v21.0.0-de
...
v21.0.0-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f55868e6f | ||
|
|
5d996def4d |
@@ -1,3 +1,10 @@
|
||||
# [21.0.0-dev.2](https://github.com/ReVanced/revanced-patcher/compare/v21.0.0-dev.1...v21.0.0-dev.2) (2024-11-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Match fingerprint before delegating the match property ([5d996de](https://github.com/ReVanced/revanced-patcher/commit/5d996def4d3de4e2bfc34562e5a6c7d89a8cddf0))
|
||||
|
||||
# [21.0.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v20.0.2...v21.0.0-dev.1) (2024-10-27)
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
org.gradle.parallel = true
|
||||
org.gradle.caching = true
|
||||
version = 21.0.0-dev.1
|
||||
version = 21.0.0-dev.2
|
||||
|
||||
@@ -80,7 +80,7 @@ class BytecodePatchContext internal constructor(private val config: PatcherConfi
|
||||
*
|
||||
* @throws IllegalStateException If the [Fingerprint] has not been matched.
|
||||
*/
|
||||
operator fun Fingerprint.getValue(nothing: Nothing?, property: KProperty<*>): Match = _match
|
||||
operator fun Fingerprint.getValue(nothing: Nothing?, property: KProperty<*>): Match = match
|
||||
?: throw PatchException("No fingerprint match to delegate to \"${property.name}\".")
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user