refactor: replace Array with List
This commit is contained in:
@ -15,7 +15,7 @@ import org.jf.dexlib2.Opcode
|
||||
import org.jf.dexlib2.immutable.ImmutableMethod
|
||||
import org.jf.dexlib2.immutable.ImmutableMethodImplementation
|
||||
|
||||
private val compatiblePackages = arrayOf("com.google.android.youtube")
|
||||
private val compatiblePackages = listOf("com.google.android.youtube")
|
||||
|
||||
class IntegrationsPatch : Patch(
|
||||
metadata = PatchMetadata(
|
||||
|
Reference in New Issue
Block a user