mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-23 19:21:07 +00:00
fix: migrate to changes of patcher
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package app.revanced.utils.signature
|
||||
|
||||
import app.revanced.patcher.Patcher
|
||||
import org.jf.dexlib2.iface.Method
|
||||
|
||||
object Signature {
|
||||
|
||||
@@ -49,7 +48,7 @@ object Signature {
|
||||
*/
|
||||
}
|
||||
|
||||
private fun Method.toStr(): String {
|
||||
return "${this.name}(${this.parameterTypes.joinToString("")})${this.returnType}"
|
||||
}
|
||||
//private fun Method.toStr(): String {
|
||||
// return "${this.name}(${this.parameterTypes.joinToString("")})${this.returnType}"
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user