Skip to content

Commit c5b377c

Browse files
authored
Update apktool and jadx versions in config
1 parent 71531be commit c5b377c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

static/apklab_update_config.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"tools": [
33
{
44
"name": "apktool",
5-
"version": "2.9.3",
6-
"downloadUrl": "https://github.com/iBotPeaches/Apktool/releases/download/v2.9.3/apktool_2.9.3.jar",
7-
"fileName": "apktool_2.9.3.jar",
5+
"version": "2.12.1",
6+
"downloadUrl": "https://github.com/iBotPeaches/Apktool/releases/download/v2.12.1/apktool_2.12.1.jar",
7+
"fileName": "apktool_2.12.1.jar",
88
"configName": "apktoolPath",
99
"zipped": false
1010
},
@@ -18,12 +18,12 @@
1818
},
1919
{
2020
"name": "jadx",
21-
"version": "1.4.7",
22-
"downloadUrl": "https://github.com/skylot/jadx/releases/download/v1.4.7/jadx-1.4.7.zip",
23-
"fileName": "jadx-1.4.7.zip",
21+
"version": "1.5.3",
22+
"downloadUrl": "https://github.com/skylot/jadx/releases/download/v1.5.3/jadx-1.5.3.zip",
23+
"fileName": "jadx-1.5.3.zip",
2424
"configName": "jadxDirPath",
2525
"zipped": true,
26-
"unzipDir": "jadx-1.4.7"
26+
"unzipDir": "jadx-1.5.3"
2727
}
2828
]
2929
}

0 commit comments

Comments
 (0)