Skip to content

Commit

Permalink
Update Apktool to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklashigi committed Sep 2, 2021
1 parent 035cb1b commit d9076cc
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.5.0'
const versionNumber = '2.6.0'

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

0 comments on commit d9076cc

Please sign in to comment.