package com.hikcreate.plugin.extension /** * 涉及到的扩展属性 * * @author wangtao55* @date 2019/9/4 * @mail wangtao55@hikcreate.com */ class ChannelExtension { String releaseApkPath //产生的release包位置,用于后续加固以及制作渠道包 String bakApkPath //产生的tinker基准包路径 String pythonShellPath//python脚步文件的路径 String tinkerPath//tinker基准包拷贝 }