mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-20 01:43:56 +00:00
refactor: remove ReplaceWith from DependencyType.SOFT
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user