Commit 2f6adadb by sikang

update script

parent a0f971c6
...@@ -11,6 +11,6 @@ with open(path, "r") as f: ...@@ -11,6 +11,6 @@ with open(path, "r") as f:
with open(path, "w") as f_w: with open(path, "w") as f_w:
for line in lines: for line in lines:
if "include" in line: if "include" in line and 'cash_plugin_toolbox' not in line:
line = "include ':app', 'lib_base', 'lib_yitu', 'cash_plugin_toolbox', ':AndResGuard-gradle-plugin', ':AndResGuard-core'" line = line.replace("'lib_base',","'lib_base', 'cash_plugin_toolbox',")
f_w.write(line) f_w.write(line)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment