mirror of
https://github.com/revanced/revanced-patcher
synced 2024-12-01 07:11:45 +01:00
refactor: remove ReplaceWith from DependencyType.SOFT
This commit is contained in:
parent
83cbb2f110
commit
3de999a2d3
@ -48,6 +48,6 @@ enum class DependencyType {
|
||||
/**
|
||||
* Applies the dependency only if it was selected.
|
||||
*/
|
||||
@Deprecated("Will be removed when Patch Options is implemented.", ReplaceWith("HARD"))
|
||||
@Deprecated("Will be removed when Patch Options is implemented.")
|
||||
SOFT
|
||||
}
|
Loading…
Reference in New Issue
Block a user