Update BytecodeEditor to use Java NIO Paths (#200)

This commit is contained in:
Mitchell Syer
2021-09-18 13:27:15 -04:00
committed by GitHub
parent 2c5114c770
commit 77e057f244
3 changed files with 44 additions and 115 deletions

View File

@@ -82,7 +82,7 @@ object PackageTools {
)
handler.dump(errorFile, emptyArray<String>())
} else {
BytecodeEditor.fixAndroidClasses(jarFilePath.toFile())
BytecodeEditor.fixAndroidClasses(jarFilePath)
}
}