refactor: rename general-bytecode-ads to general-ads

This commit is contained in:
oSumAtrIX 2022-06-12 01:07:23 +02:00
parent e12dc11b67
commit d4ed67ce4f
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -43,7 +43,7 @@ import org.jf.dexlib2.immutable.reference.ImmutableMethodReference
@Dependencies(
dependencies = [ResourceIdMappingProviderResourcePatch::class, IntegrationsPatch::class, GeneralResourceAdsPatch::class]
)
@Name("general-bytecode-ads")
@Name("general-ads")
@Description("Patch to remove general ads in bytecode.")
@GeneralAdsCompatibility
@Version("0.0.1")