mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-31 23:21:03 +00:00
refactor: remove DependencyType.SOFT (#82)
BREAKING-CHANGE: DependencyType.SOFT has now been removed after it was deprecated. There is no direct replacement for this. Please look into Patch Options instead, which supersedes this.
This commit is contained in:
@@ -43,11 +43,5 @@ enum class DependencyType {
|
||||
/**
|
||||
* Enforces that the dependency is applied, even if it was not selected.
|
||||
*/
|
||||
HARD,
|
||||
|
||||
/**
|
||||
* Applies the dependency only if it was selected.
|
||||
*/
|
||||
@Deprecated("Will be removed when Patch Options is implemented.")
|
||||
SOFT
|
||||
HARD
|
||||
}
|
||||
Reference in New Issue
Block a user