build(revanced-patcher): bump version

This commit is contained in:
oSumAtrIX
2023-05-24 01:28:22 +02:00
parent ab9f5998ab
commit 4b333d4d70
50 changed files with 53 additions and 55 deletions

View File

@ -1,9 +1,8 @@
package app.revanced.patches.inshorts.ad.fingerprints
import app.revanced.patcher.fingerprint.method.impl.MethodFingerprint
import org.jf.dexlib2.Opcode
object InshortsAdsFingerprint : MethodFingerprint(
"V",
strings = listOf("GoogleAdLoader","exception in requestAd")
strings = listOf("GoogleAdLoader","exception in requestAd"),
)