1
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:
Sculas 2022-07-31 18:35:02 +02:00
parent 83cbb2f110
commit 3de999a2d3
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -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
}