Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

Commit 667b911

Browse files
error fixed
1 parent 0b1aaa2 commit 667b911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/obfuscapk/obfuscation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import List, Union
88

99
from obfuscapk import util
10-
from obfuscapk.toolbundledecompiler import BundleDecompiler, JarsignerBundle
10+
from obfuscapk.toolbundledecompiler import BundleDecompiler, AABSigner
1111
from obfuscapk.tool import Apktool, ApkSigner, Zipalign
1212

1313

0 commit comments

Comments
 (0)