feat(YouTube): Support version 18.32.39
This commit is contained in:
parent
5afb63e052
commit
7b503e2336
18 changed files with 149 additions and 185 deletions
|
|
@ -8,7 +8,7 @@ import com.android.tools.smali.dexlib2.iface.ClassDef
|
|||
import com.android.tools.smali.dexlib2.iface.Method
|
||||
import com.android.tools.smali.dexlib2.iface.instruction.Instruction
|
||||
|
||||
internal abstract class AbstractTransformInstructionsPatch<T> : BytecodePatch() {
|
||||
abstract class AbstractTransformInstructionsPatch<T> : BytecodePatch() {
|
||||
|
||||
abstract fun filterMap(
|
||||
classDef: ClassDef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue