diff --git a/src/main/kotlin/app/revanced/patcher/patch/annotations/PatchAnnotation.kt b/src/main/kotlin/app/revanced/patcher/patch/annotations/PatchAnnotation.kt index 307a798..55d8aa4 100644 --- a/src/main/kotlin/app/revanced/patcher/patch/annotations/PatchAnnotation.kt +++ b/src/main/kotlin/app/revanced/patcher/patch/annotations/PatchAnnotation.kt @@ -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 } \ No newline at end of file