Skip to content

Commit

Permalink
Update apktool to v2.9.3
Browse files Browse the repository at this point in the history
Closes #155
Closes #128
  • Loading branch information
niklashigi committed Apr 20, 2024
1 parent be5c995 commit c962144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/apktool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Apktool extends Tool {
get version() {
if (this.options.customPath) return { name: chalk.italic('custom version') }

const versionNumber = '2.6.1'
const versionNumber = '2.9.3'

return {
name: `v${versionNumber}`,
Expand Down

0 comments on commit c962144

Please sign in to comment.