fix(Facebook - Hide 'Sponsored Stories'): Constrain patch to latest compatible version (#4657)
This commit is contained in:
parent
115a53b178
commit
46bd1c829a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethodParameter
|
|||
val hideSponsoredStoriesPatch = bytecodePatch(
|
||||
name = "Hide 'Sponsored Stories'",
|
||||
) {
|
||||
compatibleWith("com.facebook.katana")
|
||||
compatibleWith("com.facebook.katana"("490.0.0.63.82"))
|
||||
|
||||
execute {
|
||||
val sponsoredDataModelTemplateMethod = getSponsoredDataModelTemplateFingerprint.originalMethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue