Skip to content

Commit

Permalink
Update Apktool to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklashigi committed Dec 2, 2020
1 parent 1d3d776 commit 5bb0407
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 @@ -47,7 +47,7 @@ export default class Apktool extends Tool {
if (this.options.customPath)
return { name: chalk.italic('custom version') }

const versionNumber = '2.4.1'
const versionNumber = '2.5.0'

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

0 comments on commit 5bb0407

Please sign in to comment.