混淆字典
This commit is contained in:
parent
1ea990a3b7
commit
0dbce28a24
|
@ -181,7 +181,8 @@ class ProjectProguard(Task):
|
||||||
|
|
||||||
target_pag_file = os.path.join(self.context.temp_project_path, pag_file)
|
target_pag_file = os.path.join(self.context.temp_project_path, pag_file)
|
||||||
FileUtils.move(target_pag_file,
|
FileUtils.move(target_pag_file,
|
||||||
target_pag_file.replace("pag_wallpaper_slide", generate_encryption_key("pag_wallpaper_slide")))
|
target_pag_file.replace("pag_wallpaper_slide",
|
||||||
|
self.context.proguard_dict.get("pag_wallpaper_slide")))
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue