如何使用ext统一配置group和version
在根目录下的build.gradle文件下添加
ext { // 版本号相关 versionCode = 1; versionName = '1.0.0' }