This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
# ============================== | |
# 配置区(按需修改) | |
# ============================== | |
# 应用包名 | |
PACKAGE_NAME="com.rapid.android" | |
# Activity包名 | |
MAIN_ACTIVITY=".ui.feature.main.MainActivity" |